awesome-webpack icon indicating copy to clipboard operation
awesome-webpack copied to clipboard

A curated list of awesome Webpack resources, libraries and tools

Results 21 awesome-webpack issues
Sort by recently updated
recently updated
newest added

Hi, Considering that creating webpack.config.js files can be troublesome for new comers and can quickly become unreadable, I created a small framework to handle this issue. This could be a...

What is the use of webpack-external-import ? **Load components over the wire** - Pull in components at runtime. **Build leaner micro-frontends (MFE)** - Micro-frontends can share bundle chunks and resources...

I wouldn't say it's a mature tool, I'm working on it for only a year, but it tends to do the job for many configs. Plus I'm actively developing it,...

[SVG Sprite Loader](https://github.com/JetBrains/svg-sprite-loader) Hello. I was using this plugin for some time and it's seems to be useful and handy. I use it in that way: ```js import React from...

Originally resolved to `https://github.com/webpack/eslint-loader`, however a 404 is thrown now. After some digging i [found this page](https://webpack.js.org/loaders/eslint-loader/). The official Docs point to this url `https://github.com/webpack-contrib/eslint-loader`.

[remove-files-webpack-plugin](https://github.com/Amaimersion/remove-files-webpack-plugin) is a flexible plugin that removes files and folders before and after compilation. ## Features - removing before and after compilation ("watch" mode is supported). - removing in trash....