Skip to content

Commit fa374e5

Browse files
fix: rm devtools from test (#95)
1 parent 8f5aa13 commit fa374e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/writeCjsEntryFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function writeCjsEntryFile(
1313
const contents = `
1414
'use strict'
1515
16-
if (process.env.NODE_ENV === 'production') {
16+
if (process.env.NODE_ENV !== 'development') {
1717
module.exports = {
1818
DevTool: () => null,
1919
};

0 commit comments

Comments
 (0)