Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 326 Bytes

File metadata and controls

17 lines (12 loc) · 326 Bytes

babel-plugin-alt-main

npm install babel-plugin-alt-main --save-dev

Usage

In your .babelrc,

{
  "plugins": ["alt-main"]
}
  • If you're using it with webpack, consider using the webpack-plugin instead as it supports modulesDirectories and extensions options configured under webpack options.