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
If I use webpack there is issue with templates loading.
to make component usable I have to copy templates (in case of bootstrap module it is dynamic-form-bootstrap.component.html) to the root of my application.
Webpack use require statement to load templates and only in this case it parses such files.
Request: make plugin flexible and works both with systemjs like now and allow to use it with webpack.
The text was updated successfully, but these errors were encountered:
If I use webpack there is issue with templates loading.
to make component usable I have to copy templates (in case of bootstrap module it is dynamic-form-bootstrap.component.html) to the root of my application.
Webpack use require statement to load templates and only in this case it parses such files.
Request: make plugin flexible and works both with systemjs like now and allow to use it with webpack.
The text was updated successfully, but these errors were encountered: