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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsbuild-plugin-react-router",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "React Router plugin for Rsbuild",
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.ts CHANGED
@@ -800,7 +800,6 @@ export const pluginReactRouter = (
800
800
  assetPrefix: config.output?.assetPrefix || '/',
801
801
  },
802
802
  dev: {
803
- writeToDisk: true,
804
803
  ...lazyCompilation,
805
804
  watchFiles: mergeWatchFiles(config.dev?.watchFiles, routeWatchFiles),
806
805
  },