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 [
17
17
{
18
18
file : pkg . main ,
19
19
format : "cjs" ,
20
+ sourcemap : true ,
20
21
} ,
21
22
{
22
23
file : pkg . module ,
23
24
format : "es" ,
25
+ sourcemap : true ,
24
26
} ,
25
27
] ,
26
28
plugins : [
@@ -39,10 +41,12 @@ export default [
39
41
{
40
42
file : pkg . exports [ "./lib/web" ] . default ,
41
43
format : "cjs" ,
44
+ sourcemap : true ,
42
45
} ,
43
46
{
44
47
file : pkg . exports [ "./lib/web" ] . import ,
45
48
format : "es" ,
49
+ sourcemap : true ,
46
50
} ,
47
51
] ,
48
52
plugins : [ typescript ( ) ] ,
@@ -54,10 +58,12 @@ export default [
54
58
{
55
59
file : pkg . exports [ "./lib/web/preact" ] . default ,
56
60
format : "cjs" ,
61
+ sourcemap : true ,
57
62
} ,
58
63
{
59
64
file : pkg . exports [ "./lib/web/preact" ] . import ,
60
65
format : "es" ,
66
+ sourcemap : true ,
61
67
} ,
62
68
] ,
63
69
plugins : [ typescript ( ) ] ,
You can’t perform that action at this time.
0 commit comments