vue-cli执行run build报错 ?
在vue代码加入<style>...</style>后 run build的时候报错
ERROR in ./~/.npminstall/extract-text-webpack-plugin/1.0.1/extract-text-webpack-
plugin/loader.js?{"omit":1,"extract":true,"remove":true}!./~/.npminstall/vue-sty
le-loader/1.0.0/vue-style-loader!./~/.npminstall/css-loader/0.23.1/css-loader?so
urceMap!./~/.npminstall/vue-loader/8.3.1/vue-loader/lib/style-rewriter.js!./~/.n
pminstall/vue-loader/8.3.1/vue-loader/lib/selector.js?type=style&index=0!./src/v
iews/Index.vue
Module build failed: Error: "extract-text-webpack-plugin" loader is used without
the corresponding plugin, refer to https://github.com/webpack/extract-text-webp
ack-plugin for the usage example
at Object.module.exports.pitch (D:\lwl\mydevcode\devtest\vuejs\project\node_
modules\.npminstall\extract-text-webpack-plugin\1.0.1\extract-text-webpack-plugi
n\loader.js:21:9)
@ ./src/views/Index.vue 2:0-346
这是我github上的代码,运行run build的时候有同样的问题
https://github.com/hofa/vue-st
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
https://github.com/webpack/extract-text-webpack-plugin/issues/173 自己来了,看github,似乎在node 6.0.0 和 6.1.0都有这样的问题
换成 6.2.0 问题消失!
我不知道你的
webpack.config.js
是怎么配的,当vue
单文件组件想把style
提取出单独文件中,需要如下手段: