rsbuild-plugin-react-router 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
- package/src/index.ts +0 -1
package/dist/index.cjs
CHANGED
|
@@ -14533,7 +14533,6 @@ if (typeof window !== 'undefined' && import.meta.webpackHot) {
|
|
|
14533
14533
|
assetPrefix: config.output?.assetPrefix || '/'
|
|
14534
14534
|
},
|
|
14535
14535
|
dev: {
|
|
14536
|
-
writeToDisk: !0,
|
|
14537
14536
|
...void 0 === guardedLazyCompilation ? {} : {
|
|
14538
14537
|
lazyCompilation: guardedLazyCompilation
|
|
14539
14538
|
},
|
package/dist/index.js
CHANGED
|
@@ -9693,7 +9693,6 @@ if (typeof window !== 'undefined' && import.meta.webpackHot) {
|
|
|
9693
9693
|
assetPrefix: config.output?.assetPrefix || '/'
|
|
9694
9694
|
},
|
|
9695
9695
|
dev: {
|
|
9696
|
-
writeToDisk: !0,
|
|
9697
9696
|
...void 0 === guardedLazyCompilation ? {} : {
|
|
9698
9697
|
lazyCompilation: guardedLazyCompilation
|
|
9699
9698
|
},
|
package/package.json
CHANGED
package/src/index.ts
CHANGED