Skip to content

Commit a1d688b

Browse files
authored
Fix devtools typo (#101)
1 parent 3505dcd commit a1d688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function createReplacePlugin(
170170
__NODE_JS__: isNodeBuild,
171171
// feature flags
172172
__FEATURE_PROD_DEVTOOLS__: isBundlerESMBuild
173-
? `__INTLFY_PROD_DEVTOOLS__`
173+
? `__INTLIFY_PROD_DEVTOOLS__`
174174
: false,
175175
...(isProduction && isBrowserBuild
176176
? {

0 commit comments

Comments
 (0)