Skip to content

Commit

Permalink
fix __FEATURE_ESM_BUNDLER_WARN__ flag missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAlfredLee committed May 28, 2021
1 parent a14b772 commit 6e9a0de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ function createReplacePlugin(
__FEATURE_PROD_INTLIFY_DEVTOOLS__: isBundlerESMBuild
? `__INTLIFY_PROD_DEVTOOLS__`
: false,
__FEATURE_ESM_BUNDLER_WARN__: true,
preventAssignment: false,
...(isProduction && isBrowserBuild
? {
Expand Down

0 comments on commit 6e9a0de

Please sign in to comment.