Default preset
Includes a set of plugins that are mandatory for Magento 2 themes.
Install
npm i magefront-preset-default —save-dev
Usage
import defaultPreset from 'magefront-preset-default'
export default {
presets: [
defaultPreset()
]
}
Plugins
The following ones are included but not enabled by default:
Options
minifyCss
Minify the CSS files, using cssnano and the postcss plugin.
minifyJs
Minify the JS files, using the terser plugin.
mergeCss
⚠️ Not yet implemented.
mergeJs
⚠️ Not yet implemented.
bundleJs
⚠️ Not yet implemented.