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,
|
||||
strict: true,
|
||||
},
|
||||
plugins: [
|
||||
typescript({ sourceMap: false, include: "**/service-worker.ts", lib: ["WebWorker"] }),
|
||||
production && terser({ output: { comments: false } }),
|
||||
],
|
||||
plugins: [typescript({ tsconfig: "src/pwa/tsconfig.json" }), production && terser({ output: { comments: false } })],
|
||||
watch: {
|
||||
clearScreen: false,
|
||||
},
|
||||
|
|
Reference in a new issue