babel-plugin-import-glob
babel-plugin-import-glob copied to clipboard
Needs option to disable automatic glob detection
Plugins like https://github.com/novemberborn/babel-plugin-files also support glob patterns in the import paths. import-glob
picks up those import statements. We should have an option to disable the automatic glob detection, and require the glob:
prefix.
Is this still relevant?
I've started to use this plugin and its become a requirement for a number of my applications. I'll try to find some time to implement this if this is still an important issue.
Cheers
@noahehall that'd be great!