Skip to content Skip to sidebar Skip to footer

Error Trying To Get Local Images In .vue Files With My Own Webpack Config

The real deal is that I’m learning webpack and trying to create my own vue template but I’m getting this issue that not happens in webpack-simple or others templates, and my co

Solution 1:

solved with this workaround, just disable esModule in file-loader

https://github.com/vuejs/vue-loader/issues/1612

Post a Comment for "Error Trying To Get Local Images In .vue Files With My Own Webpack Config"