My ~./hyper.js is:
'use strict';
module.exports = {
config: {
fontSize: 16,
fontFamily: 'Menlo'
},
plugins: [
'hyper-snazzy'
]
};
Since I deleted default config like the css option, that property is now undefined in decorateConfig for plugins. Hyper should provide default values in the core for all config properties.
For now, I'll have to specify an empty css: '' option so plugins/themes using config.css doesn't break.
Could be integrated into #1509
Hi, is anyone is working on this bug ?
I created PR
Fixed by #2126
Thank you so much @okonek 鉂わ笍
Most helpful comment
I created PR