Skip to content

Commit 22efc8d

Browse files
authored
chore: remove unused @rslib/core to avoid nx cache error (#676)
1 parent 1de43b3 commit 22efc8d

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

examples/preact-component-bundle-false/rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { pluginPreact } from '@rsbuild/plugin-preact';
22
import { pluginSass } from '@rsbuild/plugin-sass';
3-
import { type LibConfig, defineConfig } from '@rslib/core';
3+
import { defineConfig } from '@rslib/core';
44

55
export default defineConfig({
66
source: {

examples/react-component-bundle-false/rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { pluginReact } from '@rsbuild/plugin-react';
22
import { pluginSass } from '@rsbuild/plugin-sass';
3-
import { type LibConfig, defineConfig } from '@rslib/core';
3+
import { defineConfig } from '@rslib/core';
44

55
export default defineConfig({
66
source: {

packages/create-rslib/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"create-rstack": "1.1.0"
3333
},
3434
"devDependencies": {
35-
"@rslib/core": "workspace:*",
3635
"@rslib/tsconfig": "workspace:*",
3736
"@types/fs-extra": "^11.0.4",
3837
"@types/node": "^22.8.1",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)