WIP: Support not running webpack server
What does this Merge Request do?
This WIP MR allows the option to not run the webpack
service which dynamically compiles JS bit instead statically compile JS at runtime.
Setting webpack.enabled
to false
is not recommended for those doing frontend / JS work, but is suitable for those who spend most of their time doing backend work.
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.