UNPKG

htmlnano

Version:

Modular HTML minifier, built on top of the PostHTML

14 lines (11 loc) 258 B
import safePreset from './safe.mjs'; /** * A safe preset for AMP pages (https://www.ampproject.org) */ var ampSafe = { ...safePreset, collapseBooleanAttributes: { amphtml: true }, minifyJs: false }; export { ampSafe as default };