Skip to content

Commit

Permalink
Fix Rollup upgrade adding __esModule properties to exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jul 5, 2018
1 parent 0a6a791 commit 42050bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"gzip-size": "^4.1.0",
"pretty-bytes": "^5.1.0",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.60.1",
"rollup": "^0.62.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-bundle-size": "^1.0.1",
"rollup-plugin-commonjs": "^9.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -431,6 +431,7 @@ function createConfig(options, entry, format, writeMeta) {
strict: options.strict === true,
legacy: true,
freeze: false,
esModule: false,
sourcemap: options.sourcemap !== false,
treeshake: {
propertyReadSideEffects: false,
Expand Down

0 comments on commit 42050bb

Please sign in to comment.