We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
console.log
1 parent 502d326 commit 1ca4552Copy full SHA for 1ca4552
src/vite.ts
@@ -12,7 +12,6 @@ export default function i18n(langPath: string = 'lang'): Plugin {
12
let exitHandlersBound: boolean = false
13
14
const clean = () => {
15
- console.log('clean')
16
files.forEach((file) => unlinkSync(langPath + file.name))
17
18
files = []
0 commit comments