0.0.8 • Published 3 years ago
vite-plugin-remove-other-console v0.0.8
vite-plugin-remove-other-console
删除指定外的 console.log
使用
import removeOtherConsole from 'vite-plugin-remove-other-console'
export default defineConfig({
plugins: [myPlugin('you name')]
})