jeerbl/webfonts-loader

SCSS & cssDest won't work

groseler opened this issue · 0 comments

scssFile and cssDest options are simple ignored. Am I missing something?

My config.font.js
module.exports = { files: [ '../svg/*.svg' ], fontName: 'pois', classPrefix: 'pois-', baseSelector: '.pois', types: ['eot', 'woff', 'woff2', 'ttf', 'svg'], fixedWidth: true, fileName: 'fonts/[fontname].[chunkhash].[ext]', scssFile: true, cssDest: './fonts/scss/_icons.scss', };

Thank you