Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 210 Bytes

File metadata and controls

17 lines (11 loc) · 210 Bytes

Webpack Starter

Basic webpack configuration with some plugins and Babel

Notes:

In case you delete the 'node_modules', write below cmd

npm install

And to create 'build'

npm run build