mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
* Bugfix: preserve Terser annotations during Babel pass We were stripping out everything except `__PURE__`, but Terser has a number of annotations using that format - these were previously being ignored. * Create late-bags-argue.md * Add test for Terser annotations
7 lines
69 B
JSON
7 lines
69 B
JSON
{
|
|
"minify": {
|
|
"mangle": {
|
|
"keep_fnames": true
|
|
}
|
|
}
|
|
} |