@@ -16,6 +16,15 @@ module.exports = defineConfig({
},
publicPath: publicPath,
transpileDependencies: true,
+ devServer: {
+ client: {
+ overlay: {
+ errors: true,
+ warnings: false,
+ runtimeErrors: false,
+ },
chainWebpack: (config) => {
const tsRule = config.module.rule("ts");
tsRule