We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48d65d commit 7d5ee12Copy full SHA for 7d5ee12
rollup.config.js
@@ -33,7 +33,7 @@ const OUTPUT = {
33
const PLUGINS = [
34
json(),
35
buble(),
36
- node({mainFields: ['shorter-js', 'module']})
+ node({mainFields: ['jsnext', 'module']})
37
];
38
39
if (MIN){
0 commit comments