Skip to content

Config files for 3 purposes: development, production and creation libraries / statistics output

License

Notifications You must be signed in to change notification settings

Nomta/webpack-v3-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack v3 Config

Input directory: src
Common config file: webpack.common.js

Modes

Development

Command: npm start
Config file: webpack/webpack.dev.js
Output directory: none

Production

Command: npm run build
Config file: webpack/webpack.prod.js
Output directory: public

Сreation libraries and statistics output

Command: npm run stat
Config file: webpack/webpack.stat.js
Output directory: dist

License

This project is available under the MIT license.

About

Config files for 3 purposes: development, production and creation libraries / statistics output

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages