Skip to content

adambabik/babel-plugin-remove-webpack-loaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-remove-webpack-loaders

Removes import declaration and require() expression with webpack loaders.

Installation

Simple as npm i babel-plugin-remove-webpack-loaders --save-dev.

Remember to add it to the .babelrc config file. E.g.:

{
  "env": {
    "test": {
      "plugins": ["remove-webpack-loaders"]
    }
  }
}

About

Removes import declaration and require() expression with webpack loaders.

Resources

License

Stars

Watchers

Forks

Packages

No packages published