File tree 4 files changed +15
-3
lines changed
babel-helper-vue-transform-on
babel-plugin-resolve-type
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-helper-vue-transform-on" ,
3
3
"version" : " 1.3.0" ,
4
+ "type" : " commonjs" ,
4
5
"description" : " to help transform on" ,
5
6
"author" : " Amour1688 <lcz_1996@foxmail.com>" ,
6
7
"license" : " MIT" ,
7
8
"main" : " index.js" ,
8
9
"types" : " index.d.ts" ,
9
10
"repository" : {
10
11
"type" : " git" ,
11
- "url" : " git+https://github.com/vuejs/babel-plugin-jsx"
12
+ "url" : " git+https://github.com/vuejs/babel-plugin-jsx.git "
12
13
}
13
14
}
Original file line number Diff line number Diff line change 5
5
"author" : " Amour1688 <lcz_1996@foxmail.com>" ,
6
6
"homepage" : " https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme" ,
7
7
"license" : " MIT" ,
8
+ "type" : " commonjs" ,
8
9
"main" : " dist/index.js" ,
9
10
"module" : " dist/index.mjs" ,
10
11
"types" : " dist/index.d.ts" ,
12
+ "exports" : {
13
+ "." : {
14
+ "import" : " ./dist/index.mjs" ,
15
+ "require" : " ./dist/index.js"
16
+ },
17
+ "./*" : " ./*"
18
+ },
11
19
"repository" : {
12
20
"type" : " git" ,
13
- "url" : " git+https://github.com/vuejs/babel-plugin-jsx"
21
+ "url" : " git+https://github.com/vuejs/babel-plugin-jsx.git "
14
22
},
15
23
"scripts" : {
16
24
"build" : " tsup" ,
Original file line number Diff line number Diff line change 6
6
"funding" : " https://github.com/sponsors/sxzz" ,
7
7
"homepage" : " https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme" ,
8
8
"license" : " MIT" ,
9
+ "type" : " commonjs" ,
9
10
"main" : " dist/index.js" ,
10
11
"module" : " dist/index.mjs" ,
11
12
"types" : " dist/index.d.ts" ,
19
20
},
20
21
"repository" : {
21
22
"type" : " git" ,
22
- "url" : " git+https://github.com/vuejs/babel-plugin-jsx"
23
+ "url" : " git+https://github.com/vuejs/babel-plugin-jsx.git "
23
24
},
24
25
"publishConfig" : {
25
26
"exports" : {
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ export default defineConfig({
15
15
VueJSX ( ) ,
16
16
Replace ( {
17
17
values : {
18
+ 'process.env' : '{}' ,
19
+ 'process.env.NODE_DEBUG' : 'false' ,
18
20
'process.env.BABEL_TYPES_8_BREAKING' : 'false' ,
19
21
} ,
20
22
} ) ,
You can’t perform that action at this time.
0 commit comments