Skip to content

Commit 91ed804

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ module.exports = {
253253
vendors: {
254254
test(module, chunks) {
255255
//...
256-
return module.type === "javascript/auto";
256+
return module.type === 'javascript/auto';
257257
}
258258
}
259259
}

0 commit comments

Comments
 (0)