webpack icon indicating copy to clipboard operation
webpack copied to clipboard

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

Results 103 webpack issues
Sort by recently updated
recently updated
newest added

I have a problem when I'm using import or export in my fresh vue webpack project. ![image](https://user-images.githubusercontent.com/7522882/71325043-67753000-24e7-11ea-8500-f507ae9216df.png) Any fix for this?

When i build, i'm getting a following error: ``` ValidationError: Invalid options object. CSS Loader has been initialised using an options object that does not match the API schema. -...

Babel-polyfill is configured in the project file webpack.base.config. Js, and babel-polyfill is also introduced in main.js

in order to load images dynamically I used below code ``` ``` so that images are loaded correctly but in this case unexpected scss error shows. ``` ./src/assets/sass/custom/dropdowns.scss (./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-3-1!./node_modules/postcss-loader/src??ref--8-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-3-3!./src/assets/sass/custom/dropdowns.scss) Module...

My goal here is to get a bundle for my serverside express bundle with HMR support using the webpack NodeJS API. I'm not quite sure if I'm approaching this problem...

Hi! When setting this project up for the first time I get warnings from node. What is the ideal node version to run with this project? It does indeed start...

Hi all, I have a custom css file which I have placed in assets/css folder. Now inside of this css file, I have referred some images which are placed inside...