Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: replace babel-preset-es2015 with babel-preset-env #1027

Merged
merged 3 commits into from
Jul 30, 2018

Conversation

stephenmathieson
Copy link
Member

@stephenmathieson stephenmathieson commented Jul 30, 2018

The Babel team has deprecated babel-preset-es2015 and suggests we use babel-preset-env instead. This suppresses the following warning:

npm WARN deprecated babel-preset-es2015@6.24.1: 馃檶  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!

As suggested, see babeljs.io/env for more.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Has documentation updated, a DU ticket, or requires no documentation change
  • Includes new tests, or was unnecessary
  • Code is reviewed for security by: @JKODU

The Babel team has deprecated `babel-preset-es2015` and suggests we use `babel-preset-env` instead. This suppresses the following warning:

```
npm WARN deprecated babel-preset-es2015@6.24.1: 馃檶  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
```

As suggested, see [babeljs.io/env](http://babeljs.io/docs/en/env/) for more.
@stephenmathieson stephenmathieson merged commit ce13f2b into develop Jul 30, 2018
@stephenmathieson stephenmathieson deleted the use-babel-env branch July 30, 2018 20:36
stephenmathieson added a commit that referenced this pull request Jul 31, 2018
* develop:
  feat(imports): add `doT` template engine (#1024)
  doc: ensure client is closed
  doc: fix comment
  doc: fix "parity" typo
  doc: ensure user starts chrome
  chore(package): auto-format *.ts files (#1029)
  build: replace babel-preset-es2015 with babel-preset-env (#1027)
  chore: remove `.jshintrc` files (#1028)
  chore: add `.npmrc` (#1026)
  chore: upgrade Prettier and run the formatter (#1030)
  doc(examples): add simple CDP example
  ci: Speed up builds by caching node_modules (#1025)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants