We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164cd8e commit 95c138eCopy full SHA for 95c138e
scripts/rollup.config.js
@@ -48,6 +48,7 @@ export default [{
48
output: {
49
...baseConfig.output,
50
file: pkg.main,
51
+ intro: 'var window',
52
format: 'cjs'
53
},
54
external: Object.keys(pkg.dependencies)
0 commit comments