Skip to content

Commit

Permalink
chore: update playground (#25)
Browse files Browse the repository at this point in the history
Use `workspace:*` to avoid build error.
  • Loading branch information
colinaaa authored Nov 24, 2024
1 parent f138eb1 commit 1127deb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "playground",
"private": true,
"version": "0.0.0",
"devDependencies": {
"rsbuild-plugin-tailwindcss": "workspace:*"
},
"scripts": {
"dev": "npx rsbuild dev",
"build": "npx rsbuild build"
Expand Down
2 changes: 1 addition & 1 deletion playground/rsbuild.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from '@rsbuild/core';
import { pluginTailwindCSS } from '../src';
import { pluginTailwindCSS } from 'rsbuild-plugin-tailwindcss';

export default defineConfig({
plugins: [pluginTailwindCSS()],
Expand Down
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1127deb

Please sign in to comment.