Skip to content

Commit

Permalink
Stop duplicating browserslist configuration
Browse files Browse the repository at this point in the history
Closes elan-ev#33.
  • Loading branch information
JulianKniephoff committed Apr 29, 2022
1 parent 6d96850 commit 72b8599
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/.babelrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"use strict";

const manifest = require("./package.json");

module.exports = {
parserOpts: {
strictMode: true,
Expand All @@ -15,7 +13,6 @@ module.exports = {
// Set to `true` to show which transforms will be run
// during the build
debug: false,
targets: manifest.browserslist,
}],
[
"@babel/preset-typescript",
Expand Down

0 comments on commit 72b8599

Please sign in to comment.