Skip to content

Commit 1e1424c

Browse files
committed
fix rollup build
1 parent b697dd1 commit 1e1424c

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
@@ -63,7 +63,7 @@ function genConfig({ outFile, format, mode }) {
6363
? // preserve to be handled by bundlers
6464
`(__DEV__)`
6565
: // hard coded dev/prod builds
66-
!isProduction,
66+
!isProd,
6767
}),
6868
isProd && terser(),
6969
].filter(Boolean),

0 commit comments

Comments
 (0)