File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ export default [
1717 {
1818 file : pkg . main ,
1919 format : "cjs" ,
20+ sourcemap : true ,
2021 } ,
2122 {
2223 file : pkg . module ,
2324 format : "es" ,
25+ sourcemap : true ,
2426 } ,
2527 ] ,
2628 plugins : [
@@ -39,10 +41,12 @@ export default [
3941 {
4042 file : pkg . exports [ "./lib/web" ] . default ,
4143 format : "cjs" ,
44+ sourcemap : true ,
4245 } ,
4346 {
4447 file : pkg . exports [ "./lib/web" ] . import ,
4548 format : "es" ,
49+ sourcemap : true ,
4650 } ,
4751 ] ,
4852 plugins : [ typescript ( ) ] ,
@@ -54,10 +58,12 @@ export default [
5458 {
5559 file : pkg . exports [ "./lib/web/preact" ] . default ,
5660 format : "cjs" ,
61+ sourcemap : true ,
5762 } ,
5863 {
5964 file : pkg . exports [ "./lib/web/preact" ] . import ,
6065 format : "es" ,
66+ sourcemap : true ,
6167 } ,
6268 ] ,
6369 plugins : [ typescript ( ) ] ,
You can’t perform that action at this time.
0 commit comments