hookehuyr

fix 编辑提示警告优化

1 /* 1 /*
2 * @Date: 2024-08-26 10:12:56 2 * @Date: 2024-08-26 10:12:56
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-10-15 13:49:56 4 + * @LastEditTime: 2024-10-25 20:54:17
5 * @FilePath: /hager/vite.config.js 5 * @FilePath: /hager/vite.config.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
...@@ -127,7 +127,7 @@ return defineConfig({ ...@@ -127,7 +127,7 @@ return defineConfig({
127 // mono2: path.resolve(__dirname, 'src/packages/mono2/index.html'), 127 // mono2: path.resolve(__dirname, 'src/packages/mono2/index.html'),
128 }, 128 },
129 }, 129 },
130 - target: 'es2015' 130 + // target: 'es2015'
131 }, 131 },
132 }); 132 });
133 }; 133 };
......