Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ca56cfc
add Webpack Butternut Plugin (modern minifier)
MaxGraey May 17, 2017
3724f3a
feat(plugins): add prepack plugin (#68)
apercu May 19, 2017
2ff427f
style: fix line wrap
joshwiens Jun 4, 2017
ffc89b6
feat: add modules-cdn-webpack-plugin (#71)
mastilver Jul 2, 2017
4d95b4f
docs(README): add `generate-package-json-webpack-plugin` (#72)
lostpebble Jul 3, 2017
2b1f031
docs(README): add `webpack-pwa-manifest` plugin (#66)
arthurbergmz Jul 3, 2017
7880b5f
feat: Add responsive-loader (#73)
jstcki Jul 11, 2017
e705b0c
feat: Add Webpack Academy in courses. (#74)
dhavalchaudhary Jul 15, 2017
f2ced1c
feat: Added link to interview questions repo (#75)
styopdev Aug 20, 2017
1a87164
Update Sean Larkin Bio Information (#84)
Sep 30, 2017
bd1df1e
feat: Add Polymer loader (#85)
Oct 6, 2017
47c0a31
fix: correct broken links (#83)
Oct 28, 2017
ffb49a7
docs(README): add `filemanager-webpack-plugin` (#78)
gregnb Oct 31, 2017
d85d8a2
feat: Added the Budgeting sample application (#81)
grgur Nov 1, 2017
498d409
feat: Add Duplicate Package Checker Webpack Plugin (#88)
darrenscerri Nov 30, 2017
ccac723
feat: Add imagemin-webpack plugin/loader (#87)
Nov 30, 2017
8643aad
feat: Added bin-exec-loader (#62)
milewski Dec 19, 2017
dd82df4
feat: Adds dotenv-webpack (#91)
mrsteele Dec 19, 2017
25184fd
docs: added friendly-errors-webpack-plugin to the plugins list (#80)
radum Jun 9, 2018
66659ba
docs: add graphql-loader (#92)
stephen Jun 9, 2018
406100e
docs: add fengari-loader to list of loaders (#100)
rhys-vdw Jun 9, 2018
95297e9
docs: add 'Speed Measure Plugin' to the list of Webpack Tools (#97)
stephencookdev Jun 9, 2018
e43f7f9
docs(loaders): add icon-font-loader (another loader for icon font) (#86)
z-ZYS-s Jun 9, 2018
081d96d
docs(plugins): add purgecss webpack plugin (#93)
Ffloriel Jun 9, 2018
67d54b5
Merge branch 'master' into master
MaxGraey Jun 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. Feel fr
- [FileManager Webpack Plugin](https://github.com/gregnb/filemanager-webpack-plugin) - Copy, move, delete files and directories before and after Webpack builds -- *Maintainer*: `Gregory Nowakowski` [![Github][githubicon]](https://github.com/gregnb)
- [Duplicate Package Checker Webpack Plugin](https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin) - Warns you when multiple versions of the same package exist in your bundle -- *Maintainer*: `Darren Scerri` [![Github][githubicon]](https://github.com/darrenscerri)
- [PurgeCSS Webpack Plugin](https://github.com/FullHuman/purgecss-webpack-plugin) - A plugin to remove unused css with purgecss -- *Maintainer*: `Floriel Fedry` [![Github][githubicon]](https://github.com/Ffloriel)
- [Webpack Butternut Plugin](https://github.com/MaxGraey/webpack-butternut-plugin) - Webpack plugin for fast, future-friendly minifier with supporting ES2015+. -- *Maintainer*: `Max Graey` [![Github][githubicon]](https://github.com/MaxGraey)

[Back to top](#table-of-contents)

Expand Down