Skip to content

Commit

Permalink
fix(bundle): use newer rollup commonjs plugin
Browse files Browse the repository at this point in the history
rollup-plugin-commonjs@9.2.1 fixes an upstream issue that caused a build
error when conflicting packages exist and preferBuiltins is unset.

Closes #1326.
  • Loading branch information
simonhaenisch committed Feb 25, 2019
1 parent a0b968e commit 34c894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -105,7 +105,7 @@
"postcss": "7.0.11",
"puppeteer": "~1.11.0",
"rollup": "1.1.0",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "4.0.0",
Expand Down

0 comments on commit 34c894d

Please sign in to comment.