多个文件 #1

Open
yystopf wants to merge 38 commits from API-2.0 into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d6ba039445 - Show all commits

View File

@ -1,5 +1,5 @@
import { transform } from '@babel/core';
import dlight, { type DLightOption } from '../../babel-preset-inula-next';
import dlight, { type DLightOption } from 'babel-preset-inula-next';
import { minimatch } from 'minimatch';
import { Plugin, TransformResult } from 'vite';
export default function (options: DLightOption = {}): Plugin {