We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccd2b4 commit f0b66e8Copy full SHA for f0b66e8
src/manifest.ts
@@ -1,14 +1,10 @@
1
import {isAbsolute, relative, resolve} from 'pathe';
2
import type {Route, PluginOptions, RouteManifestItem} from './types.js';
3
import type {RouteConfigEntry} from '@react-router/dev/routes';
4
-import type {Config} from '@react-router/dev/config';
5
-import type {RsbuildPlugin, Rspack} from '@rsbuild/core';
+import type {Rspack} from '@rsbuild/core';
6
import {
7
combineURLs,
8
createRouteId,
9
- generateWithProps,
10
- removeExports,
11
- transformRoute,
12
} from './plugin-utils.js';
13
import {SERVER_EXPORTS, CLIENT_EXPORTS, JS_LOADERS} from './constants.js';
14
import * as esbuild from 'esbuild';
0 commit comments