I can't find any documentation for the webpack 3.
Currently I'm using webpack 4 and I wanted to use the extract-text-webpack-plugin
which is not supported in webpack 4, so I wanted to downgrade to webpack 3 since the extract-text-webpack-plugin
is supported up to that version.
Is there any way I can get the documentation of webpack v3?
A webpack plugin is a JavaScript object that has an apply method. This apply method is called by the webpack compiler, giving access to the entire compilation lifecycle.
Big three frameworks like Angular, React, Vue came into play the past few years. Then came these so-called “module bundlers” or build tools, namely webpack, browserify, and gulp.
Webpack is a free and open-source module bundler for JavaScript. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. Webpack takes modules with dependencies and generates static assets representing those modules.
You can download the v.3.11.0 here
It is from the old Docs and Guides from Webpacks GitHub Repo.
https://github.com/webpack/webpack.js.org/releases/tag/v3.11.0
Navigate to src > content > guides
All .md
files. Hope I could help you out :)
EDIT: Community hosted: https://webpack-v3.netlify.com/ (not mine)
As this issue is still unresolved, I tried fetching site snapshots from https://web.archive.org and found my version at
https://web.archive.org/web/20180216190554/https://webpack.js.org/concepts/
Though bit slow but worth trying.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With