DmitrySoshnikov / babel-plugin-transform-modern-regexp

Babel plugin for modern RegExp features in JavaScript
MIT License
81 stars 8 forks source link

Fix README's features option usage example #9

Closed yuriy636 closed 6 years ago

yuriy636 commented 6 years ago

Without the additional wrapping [] Babel understands the object as another plugin, throwing this error:

Error: [BABEL] .features is not a valid Plugin property

DmitrySoshnikov commented 6 years ago

Thanks!