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 acc7388 commit 2cad6eaCopy full SHA for 2cad6ea
1 file changed
e2e/cases/doctor-rspeedy/rspeedy.ts
@@ -1,8 +1,5 @@
1
import type { Configuration } from '@rspack/core';
2
-
3
-const {
4
- createRspeedy,
5
-} = require('node_modules/@lynx-js/rspeedy/dist/index.js');
+import { createRspeedy } from '@lynx-js/rspeedy';
6
import type { Config, RspeedyInstance } from '@lynx-js/rspeedy';
7
8
interface RsbuildHelper {
0 commit comments