Skip to content

Commit

Permalink
Revert "transpile babel code frame for es5 compat"
Browse files Browse the repository at this point in the history
This reverts commit e504176.
  • Loading branch information
SimenB committed Sep 15, 2018
1 parent 46a8136 commit 9d14505
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/browserBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const babelEs5Options = Object.assign(
{},
{
babelrc: false,
exclude:
'node_modules/!(ansi-styles|chalk|ansi-regex|@babel/code-frame)/**',
exclude: 'node_modules/!(ansi-styles|chalk|ansi-regex)/**',
plugins: [
'syntax-trailing-function-commas',
'transform-flow-strip-types',
Expand Down

0 comments on commit 9d14505

Please sign in to comment.