UNPKG

jsreport-studio

Version:
19 lines (17 loc) 296 B
/** * Configuration file for font-awesome-webpack * * In order to keep the bundle size low in production, * disable components you don't use. * */ module.exports = { styles: { mixins: true, core: true, icons: true, larger: true, path: true, animated: true } };