[keycloak-user] Angular 2 with Webpack

ebondu dev.ebondu at gmail.com
Tue Jan 31 10:32:14 EST 2017


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-Webpack-tp2493p2545.html
Sent from the keycloak-user mailing list archive at Nabble.com.


More information about the keycloak-user mailing list