/test-webpack

A simple project to understand the basics of webpack

Primary LanguageJavaScript

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.