Skip to content

Commit 7c59f90

Browse files
committed
纠正默认配置
1 parent 1366da8 commit 7c59f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptable.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const outputDir = path.resolve(rootPath, './dist')
1818
const minify = process.env.NODE_ENV === 'production'
1919

2020
/**是否加密代码*/
21-
const encrypt = false //process.env.NODE_ENV === 'production'
21+
const encrypt = process.env.NODE_ENV === 'production'
2222

2323
/**往编译后的代码头部插入的代码*/
2424
const header = `

0 commit comments

Comments
 (0)