Skip to content

Commit 3a5b279

Browse files
committed
build: update config
1 parent 401d30f commit 3a5b279

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
@@ -27,8 +27,8 @@ const plugins = [
2727
__buildVersion__: JSON.stringify(pkg.version),
2828
},
2929
}),
30-
isProduction && nodent({ noRuntime: true, promises: true }),
3130
nodeResolve(),
31+
nodent({ noRuntime: true, promises: true }),
3232
commonjs(),
3333
babel({
3434
babelHelpers: 'bundled',

0 commit comments

Comments
 (0)