Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion examples/flow-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
"flow-bin": "^0.266.1",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
"webpack": "^5.98.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.6"
},
"resolutions": {
"uuid": "^11.1.1"
},
"scripts": {
"start": "webpack serve --hot",
"build": "cross-env NODE_ENV=production webpack"
Expand Down
2,086 changes: 1,078 additions & 1,008 deletions examples/flow-with-babel/yarn.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/typescript-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
"typescript": "~5.8.3",
"webpack": "^5.98.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.6"
},
"resolutions": {
"uuid": "^11.1.1"
},
"scripts": {
"start": "webpack serve --hot",
"build": "cross-env NODE_ENV=production webpack"
Expand Down
2,137 changes: 1,106 additions & 1,031 deletions examples/typescript-with-babel/yarn.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/typescript-with-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
"react-refresh": "^0.17.0",
"swc-loader": "^0.2.6",
"typescript": "~5.8.3",
"webpack": "^5.98.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.6"
},
"resolutions": {
"uuid": "^11.1.1"
},
"scripts": {
"start": "webpack serve --hot",
"build": "cross-env NODE_ENV=production webpack"
Expand Down
1,044 changes: 592 additions & 452 deletions examples/typescript-with-swc/yarn.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions examples/typescript-with-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.6"
},
"resolutions": {
"uuid": "^11.1.1"
},
"scripts": {
"start": "webpack serve --hot",
"build": "cross-env NODE_ENV=production webpack"
Expand Down
795 changes: 465 additions & 330 deletions examples/typescript-with-tsc/yarn.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion examples/webpack-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
"webpack": "^5.98.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.6"
},
"resolutions": {
"uuid": "^11.1.1"
},
"scripts": {
"start": "webpack serve --hot",
"build": "cross-env NODE_ENV=production webpack"
Expand Down
2,245 changes: 1,158 additions & 1,087 deletions examples/webpack-dev-server/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/webpack-hot-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "^5.2.0",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
"webpack": "^5.98.0",
"webpack": "^5.104.1",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1"
},
Expand Down
1,986 changes: 1,013 additions & 973 deletions examples/webpack-hot-middleware/yarn.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions examples/webpack-plugin-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"webpack-cli": "^6.0.1",
"webpack-plugin-serve": "^1.6.0"
},
"resolutions": {
"http-proxy-middleware": "^2.0.10",
"serialize-javascript": "^7.0.5"
},
"scripts": {
"start": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack"
Expand Down
1,756 changes: 837 additions & 919 deletions examples/webpack-plugin-serve/yarn.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@
"nanoid": "^3.3.12",
"rimraf": "^6.0.0",
"tslib": "^2.8.0",
"type-fest": "^5.6.0"
"type-fest": "^5.6.0",
"uuid": "^11.1.1",
"webpack-plugin-serve/http-proxy-middleware": "^2.0.10"
},
"engines": {
"node": ">=18.12"
Expand Down
2 changes: 1 addition & 1 deletion test/loader/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if (typeof Promise !== 'undefined' && $ReactRefreshCurrentExports$ instanceof Pr
\\******************/
(__webpack_module__, __webpack_exports__, __webpack_require__) {

var react_refresh__WEBPACK_IMPORTED_MODULE_0___namespace_cache;
let react_refresh__WEBPACK_IMPORTED_MODULE_0___namespace_cache;
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
Expand Down
3 changes: 1 addition & 2 deletions types/lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export type ErrorOverlayOptions = {
* Path to a JS file that sets up the Webpack socket integration.
*/
sockIntegration?:
| import('type-fest').LiteralUnion<false | 'wds' | 'whm' | 'wps', string>
| undefined;
import('type-fest').LiteralUnion<false | 'wds' | 'whm' | 'wps', string> | undefined;
};
export type NormalizedErrorOverlayOptions = import('type-fest').SetRequired<
ErrorOverlayOptions,
Expand Down
Loading
Loading