Skip to content

Commit

Permalink
chore: remove unused @rslib/core to avoid nx cache error (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Jan 13, 2025
1 parent 1de43b3 commit 22efc8d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/preact-component-bundle-false/rslib.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { pluginPreact } from '@rsbuild/plugin-preact';
import { pluginSass } from '@rsbuild/plugin-sass';
import { type LibConfig, defineConfig } from '@rslib/core';
import { defineConfig } from '@rslib/core';

export default defineConfig({
source: {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle-false/rslib.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { pluginReact } from '@rsbuild/plugin-react';
import { pluginSass } from '@rsbuild/plugin-sass';
import { type LibConfig, defineConfig } from '@rslib/core';
import { defineConfig } from '@rslib/core';

export default defineConfig({
source: {
Expand Down
1 change: 0 additions & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"create-rstack": "1.1.0"
},
"devDependencies": {
"@rslib/core": "workspace:*",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.1",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 22efc8d

Please sign in to comment.