Jacob Baker-Kretzmar fdafaf7a4a
Add support for generating inline sourcemaps (#764)
* Add failing test and snapshots

* Allow 'inline' value for sourcemap option

* Use string "true" as default sourcemap option

* Update test and snapshots

* Remove default

* Add warning message

* Add changeset
2020-12-18 14:03:27 -05:00

7 lines
100 B
JSON

{
"name": "inline-source-map",
"scripts": {
"build": "microbundle --sourcemap inline"
}
}