Skip to content

Commit f93ee59

Browse files
authored
Update split-chunks-plugin.md
1 parent 2277189 commit f93ee59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/plugins/split-chunks-plugin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@ module.exports = {
251251
splitChunks: {
252252
cacheGroups: {
253253
vendors: {
254-
test (module, chunks) {
254+
test(module, chunks) {
255255
//...
256-
return module.type === 'javascript/auto';
256+
return module.type === "javascript/auto";
257257
}
258258
}
259259
}
260-
}
261-
}
260+
}
261+
}
262262
};
263263
```
264264

0 commit comments

Comments
 (0)