Top "Webpack-loader" questions

Angular CLI custom webpack config

In previous versions of Angular there was an option for eject so that you could modify your webpack configuration as …

angular webpack angular-cli webpack-loader
Webpack Upgrade - Module not found: Can't resolve node_modules

I'm currently working on a upgrade from Webpack 1 to 2, and then to 3. Within this upgrade, I've adhered to the migration …

webpack webpack-2 package.json yarnpkg webpack-loader
How to import external css file in nextjs app

I am working on react based nextjs app. Some npm packages are using external css import. I am getting error …

reactjs nextjs webpack-loader css-import
Load video mp4 webpack loader

How to use loader for mp4 video format with webpcak 4, I try like this: { test: /\.mp4$/, use: 'file-loader', loader: 'file-loader?…

webpack webpack-4 webpack-loader
How can I replace files at compile time using webpack?

I have a project with miltiple configuration. The first config is config.dev.js file that contains some development configiration. …

javascript webpack webpack-4 webpack-loader