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 777f0f3 commit ccd6cdfCopy full SHA for ccd6cdf
src/config/plugins.js
@@ -36,5 +36,14 @@ export default {
36
// eleventyConfig.addPlugin(reusableComponents, {
37
// componentsDir: "src/assets/components/*.njk"
38
// });
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
48
// }
49
};
0 commit comments