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