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 1fa01cb commit 3902964Copy full SHA for 3902964
rollup.config.js
@@ -90,6 +90,7 @@ module.exports = [
90
resolve(ROOT, pkg.main),
91
env === 'production'
92
),
93
+ exports: 'default',
94
format: 'cjs',
95
sourcemap: env === 'production', // create sourcemap for error reporting in production mode
96
},
@@ -98,6 +99,7 @@ module.exports = [
98
99
resolve(ROOT, pkg.module),
100
101
102
103
format: 'es',
104
105
0 commit comments