Sync to [email protected]
/sample.vue
index.js
index.html
index.css
<=> sample.vue(Single File)
index.md
test.js
module.css
module: {
rules: [
{ test: /\.vue[\\/]index\.js$/, loader: 'vue-multifile-loader', options: same_as_vue_loader },
],
}