mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-19 03:59:09 +00:00
Inlining logo SVG
This commit is contained in:
@@ -32,6 +32,7 @@ import featurePlugin from './lib/feature-plugin';
|
||||
import initialCssPlugin from './lib/initial-css-plugin';
|
||||
import serviceWorkerPlugin from './lib/sw-plugin';
|
||||
import dataURLPlugin from './lib/data-url-plugin';
|
||||
import asTextPlugin from './lib/as-text-plugin';
|
||||
import entryDataPlugin, { fileNameToURL } from './lib/entry-data-plugin';
|
||||
import dedent from 'dedent';
|
||||
|
||||
@@ -89,6 +90,7 @@ export default async function ({ watch }) {
|
||||
'codecs',
|
||||
]),
|
||||
urlPlugin(),
|
||||
asTextPlugin(),
|
||||
dataURLPlugin(),
|
||||
cssPlugin(),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user