Skip to content

Commit

Permalink
Fix devtools typo (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
minddust authored Aug 29, 2020
1 parent 3505dcd commit a1d688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function createReplacePlugin(
__NODE_JS__: isNodeBuild,
// feature flags
__FEATURE_PROD_DEVTOOLS__: isBundlerESMBuild
? `__INTLFY_PROD_DEVTOOLS__`
? `__INTLIFY_PROD_DEVTOOLS__`
: false,
...(isProduction && isBrowserBuild
? {
Expand Down

0 comments on commit a1d688b

Please sign in to comment.