mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 08:47:31 +00:00
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