You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried following the readme by running npm run dev and npm run build, but both fail to compile. I got the following error for both:
Module parse failed: Unexpected token (755:8)
You may need an appropriate loader to handle this file type.
It seems that the webpack config is missing the vue-loader plugin. Am I missing information and need to update the docs? Or do I need to fix the build process?
The text was updated successfully, but these errors were encountered:
I tried following the readme by running
npm run dev
andnpm run build
, but both fail to compile. I got the following error for both:It seems that the webpack config is missing the vue-loader plugin. Am I missing information and need to update the docs? Or do I need to fix the build process?
The text was updated successfully, but these errors were encountered: