Hi,
Just to clarify, "keycloak.js" and "keycloak.json" files have
differents
purposes. The first one is the official Javascript adapater lib and the
second one is your keycloak client configuration & realm settings file.
The native Typescript lib is supposed to *replace* the original Javascript
lib so you don't need to import bundle keycloak.js in your index.html (or to
add it to your bundle).
@Niko,
Here is the webpack config I used for assets:
new CopyWebpackPlugin([{
from: root('src/public')
}])
--
View this message in context:
http://keycloak-user.88327.x6.nabble.com/keycloak-user-Angular-2-with-Web...
Sent from the keycloak-user mailing list archive at
Nabble.com.