webpack-contrib / install-webpack-plugin

Speed up development by automatically installing & saving dependencies with Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ["es2015", { "modules": false }] .babelrc format

ericclemmons opened this issue · comments

Only react and stage-2 were installed:

{
  "presets": [
    ["es2015", { "modules": false }],
    "react",
    "stage-2"
  ]
}