fix(deps): pin Rollup to 2.38

Rollup 2.39 changes cjs re-exports code generation which breaks named
exports static analysis of cjs-module-lexer / Node esm mode.

close #3332
This commit is contained in:
Evan You
2021-03-01 10:20:44 -05:00
parent 58c46d77ea
commit 34f354b2a0
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
"npm-run-all": "^4.1.5",
"prettier": "~1.14.0",
"puppeteer": "^2.0.0",
"rollup": "^2.26.11",
"rollup": "~2.38.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2",