c5107969 by sunnie

read

1 parent f8f6db73
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!