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