mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
15 lines
314 B
TypeScript
15 lines
314 B
TypeScript
import Critters from 'critters-webpack-plugin';
|
|
|
|
new Critters({
|
|
compress: true,
|
|
external: true,
|
|
inlineFonts: false,
|
|
preloadFonts: true,
|
|
keyframes: 'critical',
|
|
noscriptFallback: true,
|
|
inlineThreshold: 0,
|
|
mergeStylesheets: true,
|
|
pruneSource: true,
|
|
minimumExternalSize: 0,
|
|
});
|