We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5aa13 commit fa374e5Copy full SHA for fa374e5
1 file changed
rollup/writeCjsEntryFile.js
@@ -13,7 +13,7 @@ function writeCjsEntryFile(
13
const contents = `
14
'use strict'
15
16
-if (process.env.NODE_ENV === 'production') {
+if (process.env.NODE_ENV !== 'development') {
17
module.exports = {
18
DevTool: () => null,
19
};
0 commit comments