lesson-02 base setup
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "webpack-test",
|
||||
"version": "1.0.0",
|
||||
"main": "webpack.config.js",
|
||||
"scripts": {
|
||||
"start": "webpack --watch",
|
||||
"build": "webpack"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"webpack": "^5.95.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user