kentcdodds / babel-plugin-macros

🎣 Allows you to build simple compile-time libraries
https://npm.im/babel-plugin-macros
MIT License
2.62k stars 135 forks source link

Can automatically import a macro ? #152

Closed zhnoah closed 4 years ago

zhnoah commented 4 years ago

A macro is used in every file. Can it be imported into a global variable by default?

kentcdodds commented 4 years ago

Hi,

No it cannot. If that's what you want then use a regular Babel plugin.