Skip to content

Commit df7afb2

Browse files
committed
Include source mappings in core
1 parent 3b8c037 commit df7afb2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

packages/core/package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,8 @@
7878
"source": "src",
7979
"output": "lib",
8080
"targets": [
81-
[
82-
"commonjs",
83-
{
84-
"sourceMaps": false
85-
}
86-
],
87-
[
88-
"module",
89-
{
90-
"sourceMaps": false
91-
}
92-
],
81+
"commonjs",
82+
"module",
9383
[
9484
"typescript",
9585
{

0 commit comments

Comments
 (0)