This commit is contained in:
parent
c6baf9b968
commit
59457a6bce
1 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,7 @@ export default {
|
||||||
preferConst: true,
|
preferConst: true,
|
||||||
strict: true,
|
strict: true,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [typescript({ tsconfig: "src/pwa/tsconfig.json" }), production && terser({ output: { comments: false } })],
|
||||||
typescript({ sourceMap: false, include: "**/service-worker.ts", lib: ["WebWorker"] }),
|
|
||||||
production && terser({ output: { comments: false } }),
|
|
||||||
],
|
|
||||||
watch: {
|
watch: {
|
||||||
clearScreen: false,
|
clearScreen: false,
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue