Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 13cd119

Browse files
authored
feat: Script source map support in assemble (#74)
* feat: Script source map support in assemble * fix: Handle closing tags in script code
1 parent 6b5e803 commit 13cd119

File tree

5 files changed

+382
-245
lines changed

5 files changed

+382
-245
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@vue/component-compiler-utils": "^1.2.1",
5858
"clean-css": "^4.1.11",
5959
"hash-sum": "^1.0.2",
60-
"postcss-modules-sync": "^1.0.0"
60+
"postcss-modules-sync": "^1.0.0",
61+
"source-map": "0.6.*"
6162
}
6263
}

0 commit comments

Comments
 (0)