diff --git a/.babelrc.js b/.babelrc.js index def46d0..0e27bfb 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -2,7 +2,7 @@ module.exports = function(api) { return { presets: [ [ - "@babel/preset-env", + '@babel/preset-env', { targets: { chrome: 59, @@ -11,9 +11,10 @@ module.exports = function(api) { ie: 11 }, // for uglifyjs... - forceAllTransforms: api.env("production"), - }, - ], + forceAllTransforms: api.env('production') + } + ] ], + retainLines: true }; }; diff --git a/examples/ajax.html b/examples/ajax.html index 329931b..e3ac86d 100644 --- a/examples/ajax.html +++ b/examples/ajax.html @@ -11,9 +11,6 @@ This example demonstrates how to set left and right editors using ajax. - - - @@ -139,8 +136,8 @@ This example demonstrates how to set left and right editors using ajax.