File tree 10 files changed +127
-0
lines changed
10 files changed +127
-0
lines changed Original file line number Diff line number Diff line change 9
9
" index.js" ,
10
10
" dist"
11
11
],
12
+ "exports" : {
13
+ "." : {
14
+ "types" : " ./dist/compiler-core.d.ts" ,
15
+ "node" : {
16
+ "production" : " ./dist/compiler-core.cjs.prod.js" ,
17
+ "development" : " ./dist/compiler-core.cjs.js" ,
18
+ "default" : " ./index.js"
19
+ },
20
+ "module" : " ./dist/compiler-core.esm-bundler.js" ,
21
+ "import" : " ./dist/compiler-core.esm-bundler.js" ,
22
+ "require" : " ./index.js"
23
+ },
24
+ "./*" : " ./*"
25
+ },
12
26
"buildOptions" : {
13
27
"name" : " VueCompilerCore" ,
14
28
"compat" : true ,
Original file line number Diff line number Diff line change 11
11
" index.js" ,
12
12
" dist"
13
13
],
14
+ "exports" : {
15
+ "." : {
16
+ "types" : " ./dist/compiler-dom.d.ts" ,
17
+ "node" : {
18
+ "production" : " ./dist/compiler-dom.cjs.prod.js" ,
19
+ "development" : " ./dist/compiler-dom.cjs.js" ,
20
+ "default" : " ./index.js"
21
+ },
22
+ "module" : " ./dist/compiler-dom.esm-bundler.js" ,
23
+ "import" : " ./dist/compiler-dom.esm-bundler.js" ,
24
+ "require" : " ./index.js"
25
+ },
26
+ "./*" : " ./*"
27
+ },
14
28
"sideEffects" : false ,
15
29
"buildOptions" : {
16
30
"name" : " VueCompilerDOM" ,
Original file line number Diff line number Diff line change 8
8
"files" : [
9
9
" dist"
10
10
],
11
+ "exports" : {
12
+ "." : {
13
+ "types" : " ./dist/compiler-sfc.d.ts" ,
14
+ "node" : " ./dist/compiler-sfc.cjs.js" ,
15
+ "module" : " ./dist/compiler-sfc.esm-browser.js" ,
16
+ "import" : " ./dist/compiler-sfc.esm-browser.js" ,
17
+ "require" : " ./dist/compiler-sfc.cjs.js"
18
+ },
19
+ "./*" : " ./*"
20
+ },
11
21
"buildOptions" : {
12
22
"name" : " VueCompilerSFC" ,
13
23
"formats" : [
Original file line number Diff line number Diff line change 11
11
" index.js" ,
12
12
" dist"
13
13
],
14
+ "exports" : {
15
+ "." : {
16
+ "types" : " ./dist/reactivity.d.ts" ,
17
+ "node" : {
18
+ "production" : " ./dist/reactivity.cjs.prod.js" ,
19
+ "development" : " ./dist/reactivity.cjs.js" ,
20
+ "default" : " ./index.js"
21
+ },
22
+ "module" : " ./dist/reactivity.esm-bundler.js" ,
23
+ "import" : " ./dist/reactivity.esm-bundler.js" ,
24
+ "require" : " ./index.js"
25
+ },
26
+ "./*" : " ./*"
27
+ },
14
28
"sideEffects" : false ,
15
29
"repository" : {
16
30
"type" : " git" ,
Original file line number Diff line number Diff line change 9
9
" index.js" ,
10
10
" dist"
11
11
],
12
+ "exports" : {
13
+ "." : {
14
+ "types" : " ./dist/runtime-core.d.ts" ,
15
+ "node" : {
16
+ "production" : " ./dist/runtime-core.cjs.prod.js" ,
17
+ "development" : " ./dist/runtime-core.cjs.js" ,
18
+ "default" : " ./index.js"
19
+ },
20
+ "module" : " ./dist/runtime-core.esm-bundler.js" ,
21
+ "import" : " ./dist/runtime-core.esm-bundler.js" ,
22
+ "require" : " ./index.js"
23
+ },
24
+ "./*" : " ./*"
25
+ },
12
26
"buildOptions" : {
13
27
"name" : " VueRuntimeCore" ,
14
28
"formats" : [
Original file line number Diff line number Diff line change 10
10
" index.js" ,
11
11
" dist"
12
12
],
13
+ "exports" : {
14
+ "." : {
15
+ "types" : " ./dist/runtime-dom.d.ts" ,
16
+ "node" : {
17
+ "production" : " ./dist/runtime-dom.cjs.prod.js" ,
18
+ "development" : " ./dist/runtime-dom.cjs.js" ,
19
+ "default" : " ./index.js"
20
+ },
21
+ "module" : " ./dist/runtime-dom.esm-bundler.js" ,
22
+ "import" : " ./dist/runtime-dom.esm-bundler.js" ,
23
+ "require" : " ./index.js"
24
+ },
25
+ "./*" : " ./*"
26
+ },
13
27
"sideEffects" : false ,
14
28
"buildOptions" : {
15
29
"name" : " VueRuntimeDOM" ,
Original file line number Diff line number Diff line change 9
9
" index.js" ,
10
10
" dist"
11
11
],
12
+ "exports" : {
13
+ "." : {
14
+ "types" : " ./dist/server-renderer.d.ts" ,
15
+ "node" : {
16
+ "production" : " ./dist/server-renderer.cjs.prod.js" ,
17
+ "development" : " ./dist/server-renderer.cjs.js" ,
18
+ "default" : " ./index.js"
19
+ },
20
+ "module" : " ./dist/server-renderer.esm-bundler.js" ,
21
+ "import" : " ./dist/server-renderer.esm-bundler.js" ,
22
+ "require" : " ./index.js"
23
+ },
24
+ "./*" : " ./*"
25
+ },
12
26
"buildOptions" : {
13
27
"name" : " VueServerRenderer" ,
14
28
"formats" : [
Original file line number Diff line number Diff line change 9
9
" index.js" ,
10
10
" dist"
11
11
],
12
+ "exports" : {
13
+ "." : {
14
+ "types" : " ./dist/shared.d.ts" ,
15
+ "node" : {
16
+ "production" : " ./dist/shared.cjs.prod.js" ,
17
+ "development" : " ./dist/shared.cjs.js" ,
18
+ "default" : " ./index.js"
19
+ },
20
+ "module" : " ./dist/shared.esm-bundler.js" ,
21
+ "import" : " ./dist/shared.esm-bundler.js" ,
22
+ "require" : " ./index.js"
23
+ },
24
+ "./*" : " ./*"
25
+ },
12
26
"sideEffects" : false ,
13
27
"buildOptions" : {
14
28
"formats" : [
Original file line number Diff line number Diff line change 10
10
" index.js" ,
11
11
" dist"
12
12
],
13
+ "exports" : {
14
+ "." : {
15
+ "types" : " ./dist/vue.d.ts" ,
16
+ "node" : {
17
+ "production" : " ./dist/vue.cjs.prod.js" ,
18
+ "development" : " ./dist/vue.cjs.js" ,
19
+ "default" : " ./index.js"
20
+ },
21
+ "module" : " ./dist/vue.esm-bundler.js" ,
22
+ "import" : " ./dist/vue.esm-bundler.js" ,
23
+ "require" : " ./index.js"
24
+ },
25
+ "./*" : " ./*"
26
+ },
13
27
"buildOptions" : {
14
28
"name" : " Vue" ,
15
29
"filename" : " vue" ,
Original file line number Diff line number Diff line change 25
25
},
26
26
"require" : {
27
27
"types" : " ./dist/vue.d.ts" ,
28
+ "node" : {
29
+ "production" : " ./dist/vue.cjs.prod.js" ,
30
+ "development" : " ./dist/vue.cjs.js" ,
31
+ "default" : " ./index.js"
32
+ },
28
33
"default" : " ./index.js"
29
34
}
30
35
},
You can’t perform that action at this time.
0 commit comments