fix: import package from workspace

This commit is contained in:
iandxssxx 2024-04-07 23:09:39 -04:00
parent 4467bdae73
commit d6ba039445
1 changed files with 1 additions and 1 deletions

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 {