Skip to content

guocheng/test-webpack

Repository files navigation

test-webpack

A simple project to understand the basics of webpack

to run it

Install webpack globally using:

npm install -g webpack

Then, cd to the project dir and execute:

webpack

This command will let webpack to read the default config file webpack.config.js and start to compile the index.js file using various loaders.

About

A simple project to understand the basics of webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published