Skip to content

Commit

Permalink
Merge pull request #83 from eryue0220/fix/build-erro
Browse files Browse the repository at this point in the history
fix: build error
  • Loading branch information
eryue0220 authored Dec 21, 2024
2 parents f5ca85e + ad985f7 commit 088129a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/farm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
*/

import { createFarmPlugin } from 'unplugin'
import type { JsPluginExtended } from 'unplugin'
import { unpluginFactory } from './index'
import type { UnpluginStylexInstance } from './types'

const farmPlugin: UnpluginStylexInstance<JsPluginExtended | JsPluginExtended[]> = createFarmPlugin(unpluginFactory)
const farmPlugin: ReturnType<typeof createFarmPlugin> = createFarmPlugin(unpluginFactory)

/**
* Farm plugin
Expand Down

0 comments on commit 088129a

Please sign in to comment.