chore: doc

This commit is contained in:
cha0s 2023-12-05 12:15:03 -06:00
parent a4b1e717fc
commit f3b24f2afd

View File

@ -109,6 +109,7 @@ module.exports = async (config, env, argv, flecks) => {
});
}
// Styles.
// @todo Not necessary for compiled flecks.
config.entry.index.push(...styles);
// Tests.
if (!isProduction) {