(Go: >> BACK << -|- >> HOME <<)

Skip to content

Automatically remove console statements from other developers and only retain their own

License

Notifications You must be signed in to change notification settings

mmdctjj/remove-others-console-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 remove-others-console-loader

去除其他开发者的console语句,仅保留自己的,让你的开发更清爽

Remove console statements from other developers and keep only your own, making your development more refreshing

install

npm i remove-others-console-loader -D

use

module.exports = {
  module: {
    rules: [
      { test: /\.(js|ts|jsx|tsx|vue)$/, use: 'remove-others-console-loader' },
    ],
  },
};

LICENSE

MIT

About

Automatically remove console statements from other developers and only retain their own

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published