in ./~/vue-spinner/src/PulseLoader.vue
Module parse failed: C:\Source\node_modules\vue-spinner\src\PulseLoader.vue Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
|
|
|
@ ./ClientApp/app.js 51:40-82
@ ./ClientApp/boot-app.js
@ multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot-app.js
Trying to use
https://github.com/greyby/vue-spinner
but keep getting error
in ./~/vue-spinner/src/PulseLoader.vue Module parse failed: C:\Source\node_modules\vue-spinner\src\PulseLoader.vue Unexpected token (1:0) You may need an appropriate loader to handle this file type. | |
|
@ ./ClientApp/app.js 51:40-82
@ ./ClientApp/boot-app.js
@ multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot-app.js
MarkPieszak
commented
6 years ago
- © Githubissues.
- Githubissues is a development platform for aggregating issues.
Any ideas??
It looks like there isn't much of a setup to it, did you install and wire it up correctly like in the Documentation?
Vue-loader should handle all
.vue
files, so not sure why that'd be popping up.