Skip to content

Commit

Permalink
Break build, expect fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 8, 2020
1 parent a7574de commit f7b8d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ const coreBundles = [
// cosmiconfig@5 -> import-fresh uses `require` to resolve js config, which caused Error:
// Dynamic requires are not currently supported by rollup-plugin-commonjs.
"require(filePath)": "eval('require')(filePath)",
"parent.eval('require')(filePath)": "parent.require(filePath)",
"require.cache": "eval('require').cache",
// cosmiconfig@6 -> import-fresh can't find parentModule, since module is bundled
"parentModule(__filename)": "__filename",
Expand Down

0 comments on commit f7b8d7e

Please sign in to comment.