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 2277189 commit f93ee59Copy full SHA for f93ee59
src/content/plugins/split-chunks-plugin.md
@@ -251,14 +251,14 @@ module.exports = {
251
splitChunks: {
252
cacheGroups: {
253
vendors: {
254
- test (module, chunks) {
+ test(module, chunks) {
255
//...
256
- return module.type === 'javascript/auto';
+ return module.type === "javascript/auto";
257
}
258
259
260
- }
261
+ }
262
};
263
```
264
0 commit comments