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 b27bc4b commit 7879051Copy full SHA for 7879051
src/index.ts
@@ -1,6 +1,9 @@
1
+import { createRequire } from 'node:module';
2
import type { RsbuildPlugin } from '@rsbuild/core';
3
import { modifyBabelLoaderOptions } from '@rsbuild/plugin-babel';
4
5
+const require = createRequire(import.meta.url);
6
+
7
type VueJSXPresetOptions = {
8
/**
9
* Whether to enable the Composition API in Vue.js JSX.
0 commit comments