Skip to content

Commit

Permalink
remove webpack 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Feb 29, 2024
1 parent 43cd864 commit 299b481
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 2,039 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
21 changes: 1 addition & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,26 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@size-limit/preset-app": "^11.0.2",
"@size-limit/webpack": "^11.0.2",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"deep-freeze": "0.0.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jam3": "^0.2.3",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"generate-changelog": "^1.8.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-localstorage-mock": "^2.4.26",
"lerna": "^8.0.2",
"long": "^5.2.3",
"mini-css-extract-plugin": "^2.7.7",
"prettier": "^3.2.4",
"regenerator-runtime": "^0.14.1",
"sass": "^1.70.0",
"sass-loader": "^13.3.3",
"size-limit": "^11.0.2",
"sloc": "0.2.1",
"terser-webpack-plugin": "^5.3.10",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.19.0",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0",
"workbox-webpack-plugin": "^7.0.0"
"vite-plugin-pwa": "^0.19.0"
},
"engines": {
"node": ">=20.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/chord-chart-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"lint": "eslint src tests",
"preview": "npx vite preview",
"size": "size-limit",
"size": "npx size-limit",
"sloc": "echo \"Source code:\" > SLOC && npx sloc src >> SLOC && echo \"Tests:\" >> SLOC && npx sloc tests >> SLOC && echo \"Total:\" >> SLOC && npx sloc src tests >> SLOC",
"test": "npx jest",
"unit": "npx jest tests/unit",
Expand All @@ -74,12 +74,10 @@
"size-limit": [
{
"path": "./build/assets/index-*.js",
"webpack": false,
"limit": "25 KB"
},
{
"path": "./build/assets/vendor-*.js",
"webpack": false,
"limit": "300 KB"
}
]
Expand Down
64 changes: 0 additions & 64 deletions packages/chord-chart-studio/webpack.common.js

This file was deleted.

42 changes: 0 additions & 42 deletions packages/chord-chart-studio/webpack.dev.js

This file was deleted.

85 changes: 0 additions & 85 deletions packages/chord-chart-studio/webpack.prod.js

This file was deleted.

Loading

0 comments on commit 299b481

Please sign in to comment.