diff options
Diffstat (limited to 'apps/updatenotification/.babelrc.js')
-rw-r--r-- | apps/updatenotification/.babelrc.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/updatenotification/.babelrc.js b/apps/updatenotification/.babelrc.js deleted file mode 100644 index 21cf7022fd3..00000000000 --- a/apps/updatenotification/.babelrc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - presets: [ - [ - '@babel/preset-env', - { - targets: { - browsers: ['last 2 versions', 'ie >= 11'] - } - } - ] - ] -} |