add webpack

This commit is contained in:
grinikita
2025-03-22 13:14:06 +03:00
parent 0f2c268452
commit 1597b52310
13 changed files with 2313 additions and 12 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "html",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=development",
"dev": "webpack --mode=development --watch"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.0",
"html-webpack-plugin": "^5.6.3"
}
}