0.0.6 • Published 8 months ago

remove-others-console-loader v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

🚀 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

0.0.6

8 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago