There was an error while loading. Please reload this page.
1 parent 1366da8 commit 7c59f90Copy full SHA for 7c59f90
scriptable.config.js
@@ -18,7 +18,7 @@ const outputDir = path.resolve(rootPath, './dist')
18
const minify = process.env.NODE_ENV === 'production'
19
20
/**是否加密代码*/
21
-const encrypt = false //process.env.NODE_ENV === 'production'
+const encrypt = process.env.NODE_ENV === 'production'
22
23
/**往编译后的代码头部插入的代码*/
24
const header = `
0 commit comments