Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. "presets": ["@babel/preset-env", {
  3. "useBuiltIns": "entry"
  4. }],
  5. "plugins": [
  6. "@babel/plugin-proposal-object-rest-spread",
  7. "@babel/plugin-transform-modules-commonjs"
  8. ],
  9. "targets": {
  10. "chrome": "47",
  11. "ie": "11"
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement