-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Feature Request] 不支持webpack4 #64
Comments
个人感觉,作者应该放弃这个loader了,随着vue-loader15的发布,以前的很多痛点现在都能很好的解决了。感觉作者应该去掉vux里面对于vux-loader的依赖,专心的回到vux本身上面去。 |
我的天。。有解决办法了吗 |
@zzc5464 问题的核心不在webpack4,而是vue-loader15,我们可以升级webpack而不升级 vue-loader |
非常感谢,降级vue-loader可行 |
亲测可行,把vue-loader降至14.0.0即可 |
@fengerzh 这位仁兄的14.0.0试了不行
更新成14.2.3 Module build failed (from ./node_modules/css-loader/dist/cjs.js): options should NOT have additional properties
@ ./node_modules/vue-style-loader!./node_modules/css-loader/dist/cjs.js?{"minimize":false,"sourceMap":false}!./node_modules/vue-loader/lib/style-compiler?{"optionsId":"0","vue":true,"scoped":false,"sourceMap":true}!./node_modules/vux-loader/src/after-less-loader.js!./node_modules/less-loader/dist/cjs.js?{"sourceMap":false}!./node_modules/vux-loader/src/style-loader.js!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./node_modules/vux/src/components/checklist/index.vue 4:14-444 13:3-17:5 14:22-452 update: |
好像用cssmodule的话 打包build有问题 |
降级之后可以打包成功 但是按需模块打包有问题 |
Existing Component
是
Component Name
无
Description
webpack升级到4后不支持vux-loader,希望能支持webpack4
The text was updated successfully, but these errors were encountered: