Commit a2bd1416 authored by 邓晓峰's avatar 邓晓峰

chore: 升级kit_global_config

parent 9065b904
Pipeline #40652 passed with stages
in 2 minutes 52 seconds
...@@ -555,15 +555,15 @@ module.exports = options => { ...@@ -555,15 +555,15 @@ module.exports = options => {
]); ]);
} }
if (process.env.FRIENDLY_ERROR !== 'none') { // if (process.env.FRIENDLY_ERROR !== 'none') {
chainConfig // chainConfig
.plugin('friendly-error') // .plugin('friendly-error')
.use(require.resolve('friendly-errors-webpack-plugin'), [ // .use(require.resolve('friendly-errors-webpack-plugin'), [
{ // {
clearConsole: false, // clearConsole: false,
}, // },
]); // ]);
} // }
if (process.env.WEBPACK_PROFILE) { if (process.env.WEBPACK_PROFILE) {
chainConfig.profile(true); chainConfig.profile(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment