Processing custom element styles

This commit is contained in:
Jake Archibald
2018-10-20 15:35:19 +01:00
parent 83f033e784
commit a98f1bcc13

View File

@@ -23,7 +23,8 @@ module.exports = function (_, env) {
const nodeModules = path.join(__dirname, 'node_modules');
const componentStyleDirs = [
path.join(__dirname, 'src/components'),
path.join(__dirname, 'src/codecs')
path.join(__dirname, 'src/codecs'),
path.join(__dirname, 'src/custom-els'),
];
return {