read
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -295,7 +295,7 @@ Vue.use(Tabbar).use(TabbarItem) | ... | @@ -295,7 +295,7 @@ Vue.use(Tabbar).use(TabbarItem) |
295 | 295 | ||
296 | ```javascript | 296 | ```javascript |
297 | const IS_PROD = ['production', 'prod'].includes(process.env.NODE_ENV) | 297 | const IS_PROD = ['production', 'prod'].includes(process.env.NODE_ENV) |
298 | 298 | const defaultSettings = require('./src/config/index.js') | |
299 | module.exports = { | 299 | module.exports = { |
300 | css: { | 300 | css: { |
301 | extract: IS_PROD, | 301 | extract: IS_PROD, | ... | ... |
-
Please register or sign in to post a comment