0👍
Try changing:
path: path.resolve(__dirname, './dist'),
to
path: path.resolve('./dist'),
- [Vuejs]-Using parameters for computed functions in Vue
- [Vuejs]-How to make cross site loading of form
Source:stackexchange.com
0👍
Try changing:
path: path.resolve(__dirname, './dist'),
to
path: path.resolve('./dist'),