Skip to content

Commit bb3bf90

Browse files
johnjenkinsrwaskiewicz
authored andcommittedOct 6, 2021
feat(compiler): consumer sourcemap support (stenciljs#3005)
this commit adds sourcemap functionality for consumers of the following output targets: - dist-custom-elements - dist-custom-elements-bundle - www source maps are produced for JavaScript files that are emitted by running the Stencil compiler. this functionality is off by default, and must be enabled by setting the `sourceMap: true` flag in the root of a project's Stencil configuration file object
1 parent edaf769 commit bb3bf90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+611
-78
lines changed
 

‎package-lock.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"jest-environment-node": "^26.6.2",
102102
"listr": "^0.14.3",
103103
"magic-string": "^0.25.7",
104+
"merge-source-map": "^1.1.0",
104105
"mime-db": "^1.46.0",
105106
"minimatch": "3.0.4",
106107
"node-fetch": "2.6.1",

0 commit comments

Comments
 (0)
Please sign in to comment.