removed watch from webpack.config.js

This commit is contained in:
buttle 2022-08-26 19:14:01 +02:00
parent 2734f7e7b8
commit 4f13cc209e

View file

@ -44,7 +44,7 @@ module.exports = {
} }
], ],
}, },
watch: true, //watch: true,
externals: { externals: {
// jsPDF. only define the dependencies you are NOT using as externals! // jsPDF. only define the dependencies you are NOT using as externals!
canvg: "canvg", canvg: "canvg",