Skip to content

A simple Babel plugin to remove import & export statements of your files

License

Notifications You must be signed in to change notification settings

nistadev/babel-plugin-ignore-import-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-ignore-import-export

A simple Babel plugin to ignore import, export default and named exports of your files.

Plugin options

Set keepNamedExport option to false to ignore named exports (by default is true).

E.g. .babelrc

{
  "plugins": [
    ["ignore-import-export", { "keepNamedExport": false }]
  ]
}

About

A simple Babel plugin to remove import & export statements of your files

Topics

Resources

License

Stars

Watchers

Forks