1.0.3 • Published 5 months ago

delete-others-log-loader v1.0.3

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

🚀 delete-others-log-loader

去除其他人的console.log(),保留自己的 Remove other people's console.log() and keep your own

install

npm i delete-others-log-loader -D

use

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

LICENSE

1.0.2

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago