Enable retainLines in Babel config
Addresses #1235 (maybe sufficiently, depending on how much we care about wacky code in the builds)
This commit is contained in:
parent
04db119ae8
commit
522391bc3e
1 changed files with 1 additions and 0 deletions
1
.babelrc
1
.babelrc
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"compact": false,
|
"compact": false,
|
||||||
|
"retainLines": true,
|
||||||
"presets": [],
|
"presets": [],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"resource/require.js",
|
"resource/require.js",
|
||||||
|
|
Loading…
Reference in a new issue