Merge pull request #368 from devchat-ai/fix_publish_error

Remove CleanWebpackPlugin from plugins
This commit is contained in:
boob.yang 2023-12-19 21:28:58 +08:00 committed by GitHub
commit f4bae4191b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,6 @@ const extensionConfig = {
level: "log", // enables logging required for problem matchers
},
plugins: [
new CleanWebpackPlugin()
],
};