Skip to content

Commit

Permalink
refactor!: remove webpack stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Dec 6, 2024
1 parent dcb7c80 commit a549996
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 550 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"package.json": ".npmrc,package-lock.json, yarn.lock,.editorconfig,.eslintrc.cjs,.markdownlint.yml,.mocharc.cjs",
"tsconfig.json": "tsconfig.*.json,tsconfig-for-webpack.json",
"tsconfig.json": "tsconfig.*.json",
".gitignore": ".gitattributes",
"README.md": "CONTRIBUTING.md,CODE_OF_CONDUCT.md,LICENSE"
},
Expand All @@ -40,7 +40,7 @@
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"package.json": ".npmrc,package-lock.json, yarn.lock,.editorconfig,.eslintrc.cjs,.markdownlint.yml,.mocharc.cjs",
"tsconfig.json": "tsconfig.*.json,tsconfig-for-webpack.json",
"tsconfig.json": "tsconfig.*.json",
".gitignore": ".gitattributes",
"README.md": "CONTRIBUTING.md,CODE_OF_CONDUCT.md,LICENSE"
}
Expand Down
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,14 @@
"@types/node": "^20.14.12",
"@types/node-fetch": "^2.5.10",
"@types/tar-fs": "^2.0.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/utils": "^7.11.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.6",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"dedent": "^1.5.3",
"dprint": "^0.40.2",
"eslint": "^8.56.0",
Expand All @@ -97,9 +93,7 @@
"eslint-plugin-tsc": "^2.0.0",
"eslint-plugin-unicorn": "^44.0.2",
"fast-levenshtein": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^4.2.5",
"is-ci": "^3.0.1",
"jsdom-global": "^3.0.2",
Expand All @@ -124,11 +118,7 @@
"tsconfig-paths": "^3.9.0",
"vite": "^6.0.0",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-static-copy": "^2.2.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.8.0"
"vite-plugin-static-copy": "^2.2.0"
},
"engines": {
"node": ">=20.10.0"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"./resources",
"./util",
"./test",
"./webpack",
"./user",
"./.github/scripts",
"./eslint",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"**/*.spec.ts"
],
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.webpack.json" }
{ "path": "./tsconfig.node.json" }
]
}
20 changes: 0 additions & 20 deletions tsconfig.webpack.json

This file was deleted.

127 changes: 0 additions & 127 deletions webpack/constants.ts

This file was deleted.

54 changes: 0 additions & 54 deletions webpack/loaders/manifest-loader.ts

This file was deleted.

Loading

0 comments on commit a549996

Please sign in to comment.