docs: [skip ci] type in plugin's name

This commit is contained in:
Sven SAULEAU 2017-04-05 16:43:56 +02:00 committed by GitHub
parent 8f848b4b32
commit beae0ff9ba

View File

@ -82,7 +82,7 @@ Object.defineProperty(exports, "__esModule", {
});
```
In environments that don't support this you can enable loose mode on `babel-plugin-transform-es20150-modules-commonjs`
In environments that don't support this you can enable loose mode on `babel-plugin-transform-es2015-modules-commonjs`
and instead of using `Object.defineProperty` an assignment will be used instead.
```javascript