Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use this plugin in vue-cli5??? #190

Open
liaoweilin opened this issue Jul 19, 2022 · 1 comment
Open

how to use this plugin in vue-cli5??? #190

liaoweilin opened this issue Jul 19, 2022 · 1 comment

Comments

@liaoweilin
Copy link

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() }

@chenjiezi
Copy link

chenjiezi commented Aug 18, 2022

@liaoweilin try it. #issuecomment-749953421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants