Added webpack for js
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "control_page",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "control.js",
|
||||
"main": "src/control.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
@@ -21,6 +21,12 @@
|
||||
"@babel/cli": "^7.13.16",
|
||||
"@babel/core": "^7.13.16",
|
||||
"@babel/preset-env": "^7.13.15",
|
||||
"jest": "^26.6.3"
|
||||
"axios": "^0.21.1",
|
||||
"axios-mock-adapter": "^1.19.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"jest": "^26.6.3",
|
||||
"npx": "^10.2.2",
|
||||
"webpack": "^5.36.2",
|
||||
"webpack-cli": "^4.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user