Add webpack config file
- Created webpack.config.js - Added some basic configuration - Modified package.json, so that webpack uses our config file
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack"
|
||||
"start": "webpack --config webpack.config.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user