0👍
Webpack comes configured with some aliases that point to the root folder of your project. Try @import "app/styles/generalStyles";
or @import "~/styles/generalStyles";
or import from a relative path.
- [Vuejs]-Node.js/Express: Pass routes/ let other routes than root handle by the Single page application
- [Vuejs]-How can I change port on nginx.conf by command line mac os?
Source:stackexchange.com