mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-13 17:27:09 +00:00
Processing custom element styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user