Skip to content

hmak-dev/babel-plugin-wildcard-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-wildcard-import

Babel plugin to import multiple files using wildcard syntax.

Installation

npm

npm install --save-dev babel-plugin-wildcard-import

yarn

yarn add --dev babel-plugin-wildcard-import

Usage

In your babel configuration file, just add the package name into your plugins array.

{
    plugins: [
        'babel-plugin-wildcard-import'
    ]
}

or

{
    plugins: [
        'wildcard-import'
    ]
}

About

Babel plugin to import multiple files using wildcard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published