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

vue-cli3中chainWebpack怎么配置?? #8

Open
asasugar opened this issue Oct 25, 2018 · 2 comments
Open

vue-cli3中chainWebpack怎么配置?? #8

asasugar opened this issue Oct 25, 2018 · 2 comments

Comments

@asasugar
Copy link

No description provided.

@lvisei
Copy link

lvisei commented Nov 11, 2018

@xxj95719

chainWebpack: config => {
    config.module
      .rule('vue')
      .test(/\.vue$/)
      .use('iview-loader')
        .loader('iview-loader')
        .options({
          prefix: true
        })
  }

@saltbo
Copy link

saltbo commented Jun 18, 2019

建议加到官方文档里

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

3 participants