Skip to content

Commit

Permalink
fix: remove shadow rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Dec 6, 2023
1 parent c90fda9 commit b125096
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/client/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ export default defineConfig((env) => {
strategy: 'custom',
splitChunks: {
cacheGroups: {
shadow: {
test: /node_modules\/@byted-shadow\/*/,
name: 'shadow',
chunks: 'all',
},
monaco: {
test: /node_modules\/monaco-editor\/*/,
name: 'monaco',
Expand Down

0 comments on commit b125096

Please sign in to comment.