File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 60
60
"@rollup/plugin-dynamic-import-vars" : " ^1.1.1" ,
61
61
"@rollup/plugin-json" : " ^4.1.0" ,
62
62
"@rollup/plugin-node-resolve" : " ^11.0.1" ,
63
- "@rollup/plugin-typescript" : " ^8.0.0 " ,
63
+ "@rollup/plugin-typescript" : " ^8.2.1 " ,
64
64
"@rollup/pluginutils" : " ^4.1.0" ,
65
65
"@types/clean-css" : " ^4.2.3" ,
66
66
"@types/convert-source-map" : " ^1.5.1" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ const envConfig = {
26
26
} )
27
27
] ,
28
28
output : {
29
- dir : path . resolve ( __dirname , 'dist/client' )
29
+ dir : path . resolve ( __dirname , 'dist/client' ) ,
30
+ sourcemap : true
30
31
}
31
32
}
32
33
@@ -47,7 +48,8 @@ const clientConfig = {
47
48
} )
48
49
] ,
49
50
output : {
50
- dir : path . resolve ( __dirname , 'dist/client' )
51
+ dir : path . resolve ( __dirname , 'dist/client' ) ,
52
+ sourcemap : true
51
53
}
52
54
}
53
55
@@ -67,7 +69,8 @@ const sharedNodeOptions = {
67
69
exports : 'named' ,
68
70
format : 'cjs' ,
69
71
externalLiveBindings : false ,
70
- freeze : false
72
+ freeze : false ,
73
+ sourcemap : true
71
74
} ,
72
75
onwarn ( warning , warn ) {
73
76
// node-resolve complains a lot about this but seems to still work?
Original file line number Diff line number Diff line change 831
831
is-module "^1.0.0"
832
832
resolve "^1.19.0"
833
833
834
- " @rollup/plugin-typescript@^8.0.0 " :
834
+ " @rollup/plugin-typescript@^8.2.1 " :
835
835
version "8.2.1"
836
836
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-8.2.1.tgz#f1a32d4030cc83432ce36a80a922280f0f0b5d44"
837
837
integrity sha512-Qd2E1pleDR4bwyFxqbjt4eJf+wB0UKVMLc7/BAFDGVdAXQMCsD4DUv5/7/ww47BZCYxWtJqe1Lo0KVNswBJlRw==
You can’t perform that action at this time.
0 commit comments