mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
* 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
7 lines
100 B
JSON
7 lines
100 B
JSON
{
|
|
"name": "inline-source-map",
|
|
"scripts": {
|
|
"build": "microbundle --sourcemap inline"
|
|
}
|
|
}
|