vihanb / babel-plugin-wildcard

Wildcard imports import a directories JS files
MIT License
186 stars 27 forks source link

Do not try to transform imports of files #5

Closed SimDing closed 7 years ago

SimDing commented 7 years ago

Allow wildcard importing of files such as import * as foo from './my-module.js'.