瀏覽代碼

fix nuxt.config.ts

Olivier Massot 2 年之前
父節點
當前提交
72b6aec8df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nuxt.config.ts

+ 1 - 1
nuxt.config.ts

@@ -10,7 +10,7 @@ if (process.env.NUXT_ENV === 'dev') {
         key: fs.readFileSync('env/local.app.opentalent.fr.key'),
         cert: fs.readFileSync('env/local.app.opentalent.fr.crt'),
     }
-
+} else {
     transpile.push('lodash')
 }