Skip to content

Commit

Permalink
[fix] not using .browserlistrc for browser (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
durrab authored Jan 22, 2021
1 parent 5236d8b commit af93304
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/xarc-app-dev/src/config/env-babel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ module.exports = function getEnvBabel() {
type: "json",
default: {
//`default` and `node` targets object is required
default: {
ie: "8"
},
default: {},
node: { node: process.versions.node.split(".")[0] }
}
},
Expand Down

0 comments on commit af93304

Please sign in to comment.