You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
When files array is empty then throw error in console:
Module build failed: Error: "options.files" is empty.
at webfont (...\node_modules\webfonts-generator\src\index.js:49:41)
at Object.module.exports (...\node_modules\fontgen-loader\index.js:155:5)
Probably fontgen-loader should check files array and if is empty do not run webfonts-generator.
The text was updated successfully, but these errors were encountered:
When files array is empty then throw error in console:
Module build failed: Error: "options.files" is empty.
at webfont (...\node_modules\webfonts-generator\src\index.js:49:41)
at Object.module.exports (...\node_modules\fontgen-loader\index.js:155:5)
Probably fontgen-loader should check files array and if is empty do not run webfonts-generator.
The text was updated successfully, but these errors were encountered: