Skip to content

Commit 7c91006

Browse files
committed
feat: add sourcemap
1 parent b8c9557 commit 7c91006

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ docs
99
/index.js
1010
/index.debug.js
1111
/main.js
12+
index.debug.js.map

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test"
2222
],
2323
"scripts": {
24-
"dev": "rollup -c --watch",
24+
"dev": "rollup -c --watch -m",
2525
"prebuild": "rm -rf dist",
2626
"build:debug": "rollup -c",
2727
"build:prod": "rollup -c --environment BUILD:production",

0 commit comments

Comments
 (0)