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 7259fca commit f3e5797Copy full SHA for f3e5797
packages/rspack/src/builtin-plugin/URLPlugin.ts
@@ -2,4 +2,8 @@ import { BuiltinPluginName } from "@rspack/binding";
2
3
import { create } from "./base";
4
5
-export const URLPlugin = create(BuiltinPluginName.URLPlugin, () => {});
+export const URLPlugin = create(
6
+ BuiltinPluginName.URLPlugin,
7
+ () => {},
8
+ "compilation"
9
+);
0 commit comments