You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if my project have both 'configureWebpack' and 'chainWebpack', how can i make it work configureWebpack: { name: name, devtool: process.env.NODE_ENV === 'development' ? 'eval-cheap-source-map' : false, }, chainWebpack: config => { config.module .rule('svg') .exclude.add(resolve('src/icons')) .end() }
The text was updated successfully, but these errors were encountered:
if my project have both 'configureWebpack' and 'chainWebpack', how can i make it work
configureWebpack: { name: name, devtool: process.env.NODE_ENV === 'development' ? 'eval-cheap-source-map' : false, }, chainWebpack: config => { config.module .rule('svg') .exclude.add(resolve('src/icons')) .end() }
The text was updated successfully, but these errors were encountered: