Fix typo in transform-es2015-modules-umd plugin README
and specify json as the language for the subsequent code block
This commit is contained in:
parent
930c1d583a
commit
8b0179e2d5
@ -20,9 +20,9 @@ $ npm install babel-plugin-transform-es2015-modules-umd
|
||||
|
||||
You can also override the names of particular libraries when this module is
|
||||
running in the browser. For example the `es6-promise` library exposes itself
|
||||
as `global.Promise` rather than `global.es6Promise`. This can be accomidated by:
|
||||
as `global.Promise` rather than `global.es6Promise`. This can be accommodated by:
|
||||
|
||||
```
|
||||
```json
|
||||
{
|
||||
"plugins": [
|
||||
["transform-es2015-modules-umd", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user