Closed yamatatsu closed 5 years ago
Nope, I'll implement extending webpack.config.js feature.
@yamatatsu Which one do you like either cli(--webpack ?) or .fusumarc? I think .fusumarc
is better because you can omit CLI flag every time. And we have already had extends
field in .fusumarc
.
Sorry, I implemented this feature, but I wait to welcome feedback.
Great!! So fast!! Thanks!!
I think .fusumarc
is better, too.
Because there is original config system .fusumarc
already.
I think it is good that one config-file maps whole configurations.
OK, thanks. I'll release this feature shortly!
I've just released this feature. thanks. https://github.com/hiroppy/fusuma/releases/tag/v1.13.0
Would you have plans to make webpack config extendable or webpack plugin addable? Or, does it not match fusuma's policy "zero config" ?
Type
What is the motivation or use-case for the feature?
I wanna add plugins for using monaco-editor on fusuma. https://github.com/microsoft/monaco-editor-webpack-plugin
Thanks!