Skip to content

Commit ccd6cdf

Browse files
committed
Add bundle config
1 parent 777f0f3 commit ccd6cdf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config/plugins.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,14 @@ export default {
3636
// eleventyConfig.addPlugin(reusableComponents, {
3737
// componentsDir: "src/assets/components/*.njk"
3838
// });
39+
40+
// // Register CSS and JS component bundles
41+
// eleventyConfig.addBundle("componentCss", {
42+
// toFileDirectory: "assets/styles/",
43+
// });
44+
45+
// eleventyConfig.addBundle("componentJs", {
46+
// toFileDirectory: "assets/scripts/",
47+
// });
3948
// }
4049
};

0 commit comments

Comments
 (0)