Skip to content

Commit

Permalink
feat(rspack): move logic for withNx to applyBaseConfig and bring in l…
Browse files Browse the repository at this point in the history
…ine with webpack
  • Loading branch information
Coly010 committed Nov 8, 2024
1 parent 2df6725 commit 3e7b809
Show file tree
Hide file tree
Showing 9 changed files with 789 additions and 225 deletions.
5 changes: 4 additions & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,25 @@
"@rspack/dev-server": "^1.0.4",
"@rspack/plugin-react-refresh": "^1.0.0",
"autoprefixer": "^10.4.9",
"browserslist": "^4.21.4",
"chalk": "~4.1.0",
"css-loader": "^6.4.0",
"enquirer": "~2.3.6",
"express": "^4.19.2",
"fork-ts-checker-webpack-plugin": "7.2.13",
"http-proxy-middleware": "^3.0.3",
"less-loader": "11.1.0",
"license-webpack-plugin": "^4.0.2",
"loader-utils": "^2.0.3",
"sass": "^1.42.1",
"sass-loader": "^12.2.0",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.0",
"postcss-import": "~14.1.0",
"postcss-loader": "^8.1.1",
"postcss": "^8.4.38",
"tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0",
"webpack-node-externals": "^3.0.0",
"webpack-subresource-integrity": "^5.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3e7b809

Please sign in to comment.