Skip to content

Commit 12033dc

Browse files
authored
opt-in to webpack 5 (#166)
1 parent e6a4e3b commit 12033dc

File tree

2 files changed

+242
-177
lines changed

2 files changed

+242
-177
lines changed

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@angular/platform-browser": "12.2.4",
3737
"@angular/platform-browser-dynamic": "12.2.4",
3838
"@angular/router": "12.2.4",
39+
"@emotion/babel-plugin": "11.2.0",
3940
"@emotion/react": "11.1.5",
4041
"@emotion/styled": "11.1.5",
4142
"@ngrx/component-store": "12.4.0",
@@ -52,8 +53,7 @@
5253
"react-router-dom": "5.2.0",
5354
"rxjs": "~6.5.5",
5455
"tslib": "^2.0.0",
55-
"zone.js": "0.11.4",
56-
"@emotion/babel-plugin": "11.2.0"
56+
"zone.js": "0.11.4"
5757
},
5858
"devDependencies": {
5959
"@angular-devkit/build-angular": "12.2.4",
@@ -74,6 +74,7 @@
7474
"@nrwl/tao": "12.9.0-beta.3",
7575
"@nrwl/web": "12.9.0-beta.3",
7676
"@nrwl/workspace": "12.9.0-beta.3",
77+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.2",
7778
"@testing-library/react": "11.2.5",
7879
"@types/jest": "26.0.8",
7980
"@types/node": "14.14.33",
@@ -82,7 +83,7 @@
8283
"@types/react-router-dom": "5.1.7",
8384
"@typescript-eslint/eslint-plugin": "4.28.4",
8485
"@typescript-eslint/parser": "4.28.4",
85-
"codelyzer": "6.0.1",
86+
"copy-webpack-plugin": "^9.0.1",
8687
"cypress": "^8.3.0",
8788
"dotenv": "10.0.0",
8889
"eslint": "7.10.0",
@@ -97,13 +98,19 @@
9798
"inquirer-autocomplete-prompt": "^1.0.1",
9899
"jest": "27.0.3",
99100
"jest-preset-angular": "9.0.7",
101+
"mini-css-extract-plugin": "^2.1.0",
100102
"netlify": "^2.4.8",
101103
"prettier": "2.3.2",
104+
"react-refresh": "^0.10.0",
105+
"source-map-loader": "^3.0.0",
106+
"terser-webpack-plugin": "^5.1.1",
102107
"ts-jest": "27.0.3",
103108
"ts-node": "9.1.1",
104-
"tslint": "6.1.3",
105109
"typescript": "4.3.5",
106-
"webpack": "~4.42.0",
107-
"webpack-dev-server": "3.11.2"
110+
"webpack": "^5.47.0",
111+
"webpack-dev-server": "4.0.0-rc.0",
112+
"webpack-merge": "^5.8.0",
113+
"webpack-node-externals": "^3.0.0",
114+
"webpack-sources": "^3.0.2"
108115
}
109116
}

0 commit comments

Comments
 (0)