refactor: test

This commit is contained in:
手瓜一十雪
2024-06-18 23:23:19 +08:00
parent d9315bf309
commit 7519825303
2 changed files with 50 additions and 33 deletions

View File

@@ -40,7 +40,7 @@ if (process.env.NAPCAT_BUILDSYS == 'linux') {
const baseConfigPlugin: PluginOption[] = [
// PreprocessorDirectives(),
babel({
filter: /.*\.(ts)$/,
filter: /.*\.(ts|js)$/,
babelConfig: {
babelrc: false,
configFile: false,