Skip to content

Commit fb1736f

Browse files
committed
fix(build): fix build & lint
1 parent 2ab9f5a commit fb1736f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export default defineBuildConfig({
2424
'formats.mjs',
2525
'generate.mjs',
2626
// ??
27+
'scule',
28+
'unplugin',
2729
'#design-tokens',
2830
'browser-style-dictionary',
2931
'ufo',

playground/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<script setup lang="ts">
4242
const { fetch: fetchTokens } = useTokens()
4343
44-
const { data } = await useAsyncData(fetchTokens)
44+
// const { data } = await useAsyncData(fetchTokens)
4545
</script>
4646

4747
<style scoped lang="postcss">

src/transform.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { regexLiteral } from '@babel/types'
21
import { kebabCase } from 'scule'
32
import { createUnplugin } from 'unplugin'
43

0 commit comments

Comments
 (0)