babel/packages/babel-plugin-syntax-module-attributes
Matt Hamlin 8e41f26e12
Fix moduleAttributesVersion errors with stage-0 preset in babel standalone (#11631)
* Fix moduleAttributesVersion errors with stage-0 preset in babel standalone

* Add regression test for stage-0 not erroring on missing moduleattributes version

* Remove moduleAttributesVersion from preset config
2020-05-28 14:35:06 -04:00
..
2020-05-27 21:56:37 +00:00

@babel/plugin-syntax-module-attributes

Allow parsing of the module attributes in the import statements

See our website @babel/plugin-syntax-module-attributes for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-module-attributes

or using yarn:

yarn add @babel/plugin-syntax-module-attributes --dev