Skip to content

Commit d9022c3

Browse files
nihil-pronihil-pro
authored andcommitted
Performance improvement
1 parent 1f3494b commit d9022c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/preact-kr-observable/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import alias from '@rollup/plugin-alias';
99
const plugins = [
1010
commonjs(),
1111
replace({
12-
'process.env.NODE_ENV': JSON.stringify('development'),
12+
'process.env.NODE_ENV': JSON.stringify('production'),
1313
}),
1414
babel({
1515
babelHelpers: "bundled",

0 commit comments

Comments
 (0)