We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202645f commit 226a728Copy full SHA for 226a728
packages/brick-container/build.config.js
@@ -118,27 +118,12 @@ export default {
118
mockdate: {
119
test: /[\\/]node_modules[\\/]mockdate[\\/]/,
120
priority: -5,
121
- reuseExistingChunk: true,
122
name: "mockdate",
123
minSize: 100,
124
},
125
- defaultVendors: {
126
- test: /[\\/]node_modules[\\/]/,
+ all: {
127
priority: -10,
128
129
- name: "vendors",
130
- },
131
- core: {
132
- // Make it compatible with EasyOps CI.
133
- test: /[\\/](?:next-core|data[\\/]easyops)[\\/](?:packages|sdk)[\\/](?!theme[\\/])/,
134
- priority: -10,
135
136
- name: "core",
137
138
- default: {
139
- minChunks: 2,
140
- priority: -20,
141
+ name: "all",
142
143
144
0 commit comments