mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-09 22:46:30 +08:00
chore: fix dev exports
This commit is contained in:
@@ -10,6 +10,8 @@ export default defineConfig({
|
||||
target: 'node20.19',
|
||||
platform: 'neutral',
|
||||
inlineOnly: [],
|
||||
exports: true,
|
||||
exports: {
|
||||
devExports: 'dev',
|
||||
},
|
||||
fixedExtension: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user