0👍
Problem
I had comments in my .scss files that were syntactically incorrect:
// this type of comment is for css files
/* this type of comment is for .scss files
Solution
I removed the comments from the .scss files and ran the build — worked perfectly.
Thanks again for offering your help.
- [Vuejs]-How do I access the data in this dynamic import?
- [Vuejs]-Relative path for axios url request requires a '/' prefix for local but not hosted server
Source:stackexchange.com