摘要: 参考官方文档 https://vue-loader.vuejs.org/migrating.html#a-plugin-is-now-required . Vue-loader在15.*之后的版本都是 vue-loader的使用都是需要伴生 VueLoaderPlugin的, 阅读全文
posted @ 2019-04-12 17:57 黑夜蓝天 阅读(953) 评论(0) 推荐(1) 编辑
摘要: npm install –save-dev extract-text-webpack-plugin@next 会下载到+ extract-text-webpack-plugin@4.0.0-beta.0 然后在打包就正常了 阅读全文
posted @ 2019-04-12 17:56 黑夜蓝天 阅读(417) 评论(0) 推荐(0) 编辑
摘要: vue有两种形式的代码 compiler(模板)模式和runtime模式(运行时),vue模块的package.json的main字段默认为runtime模式, 指向了"dist/vue.runtime.common.js"位置。 阅读全文
posted @ 2019-04-12 17:55 黑夜蓝天 阅读(404) 评论(0) 推荐(0) 编辑