We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401d30f commit 3a5b279Copy full SHA for 3a5b279
rollup.config.js
@@ -27,8 +27,8 @@ const plugins = [
27
__buildVersion__: JSON.stringify(pkg.version),
28
},
29
}),
30
- isProduction && nodent({ noRuntime: true, promises: true }),
31
nodeResolve(),
+ nodent({ noRuntime: true, promises: true }),
32
commonjs(),
33
babel({
34
babelHelpers: 'bundled',
0 commit comments