engine
engine copied to clipboard
Separate runtime functionality from engine-scripts
currently engine-scripts includes both dev-time and runtime functionality, such that its consumers are dependant on html-webpack-plugin.
consider separating the runtime functionality to a separate location, s.t only the runtime functionality will be consumed by component studio and it wouldn't require html-webpack-plugin as a prerequisite