Open MasterKnockCode opened 6 years ago
I have the same problem
Try this to resolve:
I try to do this , but it didn't work ,and I find that file would have existed.
and,you must annotated '@import '~wysiwyg.css/wysiwyg.sass';',at 'App.vue';
It's already contained '@import '~wysiwyg.css/wysiwyg.sass' there.
作为一个将近10年的码农,我表示陆续花了两天时间master都没编译通过让它运行起来,好尴尬
我弄好几天,没弄出来,果断放弃了
-- 我是王冉冉
在 2018-08-12 12:57:25,"zhoushuyue" notifications@github.com 写道:
作为一个将近10年的码农,我表示陆续花了两天时间master都编译通过没运行起来,好尴尬
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
fixed !
change from :
export default (name, index = false) => () => import(
views/${name}${index ? '/index' : ''}.vue)
to :
export default (name, index = false) => r => require.ensure([], () => r(require(
views/${name}${index ? '/index' : ''}.vue)), name);
ERROR in ./~/_css-loader@0.27.3@css-loader!./~/_vue-loader@11.3.4@vue-loader/lib/style-compiler?{"id":"data-v-54abe700","scoped":false,"hasInlineConfig":true}!./~/_sass-loader@6.0.7@sass-loader/lib/loader.js!./~/_vue-loader@11.3.4@vue-loader/lib/selector.js?type=styles&index=0!./~/_vue-bulma-tabs@1.1.3@vue-bulma-tabs/src/Tabs.vue Module build failed: @import '~bulma/sass/utilities/initial-variables'; ^ File to import not found or unreadable: ~bulma/sass/utilities/initial-variables. in G:\IdeaProjects\vue-admin\node_modules_vue-bulma-tabs@1.1.3@vue-bulma-tabs\src\Tabs.vue (line 114, column 1) @ ./~/_vue-style-loader@2.0.5@vue-style-loader!./~/_css-loader@0.27.3@css-loader!./~/_vue-loader@11.3.4@vue-loader/lib/style-compiler?{"id":"data-v-54abe700","scoped":false,"hasInlineConfig":true}!./~/_sass-loader@6.0.7@sass-loader/lib/loader.js!./~/_vue-loader@11.3.4@vue-loader/lib/selector.js?type=styles&index=0!./~/_vue-bulma-tabs@1.1.3@vue-bulma-tabs/src/Tabs.vue 4:14-340 13:3-17:5 14:22-348 @ ./~/_vue-bulma-tabs@1.1.3@vue-bulma-tabs/src/Tabs.vue @ ./~/_vue-bulma-tabs@1.1.3@vue-bulma-tabs/src/index.js @ ./~/_babel-loader@6.4.1@babel-loader/lib!./~/_vue-loader@11.3.4@vue-loader/lib/selector.js?type=script&index=0!./client/views/components/Tabs.vue @ ./client/views/components/Tabs.vue @ ./client/views lazy ^.\/.*.vue$ @ ./client/store/modules/menu/lazyLoading.js @ ./client/store/modules/menu/index.js @ ./client/store/index.js @ ./client/app.js @ ./client/index.js @ multi ./build/dev-client ./client/index.js