forked from external-repos/squoosh
WebP encode options (#110)
* Flailing * Holy shit struct binding * Options in the encoder! * Integrating webp options * Addressing feedback * This isn't needed anymore
This commit is contained in:
@@ -21,7 +21,8 @@ module.exports = function (_, env) {
|
||||
const isProd = env.mode === 'production';
|
||||
const nodeModules = path.join(__dirname, 'node_modules');
|
||||
const componentStyleDirs = [
|
||||
path.join(__dirname, 'src/components')
|
||||
path.join(__dirname, 'src/components'),
|
||||
path.join(__dirname, 'src/codecs')
|
||||
];
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user