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
The underlying problem is that the HtmlWebpackIncludeAssetPlugin instantiated by the externals loader plugin expects to be registered after the HtmlWebpackPlugin, but @dojo/cli-build-app instantiates HtmlWebpackPluginafter the ExternalsLoaderPlugin.
Bug
The external resource that need to be injected into the index.html are not being included as expected.
The text was updated successfully, but these errors were encountered: