It took about one weeks to build the Webpack project from scratch by referring to Webpack official website and so on. This blog is also the front of the Webpack project to build a supplement.
In this wepack project, I realized the following functions.
1. Support ES6 Syntax
2. Support for less preprocessor
3. Support Eslint Grammar Check tool
4. Support Coding Specification
5. Support Hot Load
6. Sub-development environment and build environment
...
The detailed content can refer to my GitHub wepack content https://github.com/reng99/webpack. If you like my Webpack project, please give me a good liking. Oh. Please note that if I am not in the wrong place, I appreciate it.
If you have any doubts, you can review my Webpack project to build this article, or view the build history information on GitHub.
Webpack building a multi-page project (MPA) from scratch