preboot/angularjs-webpack

npm start

JarDv opened this issue · 4 comments

JarDv commented

Hi.

I have a clean repository clone and on npm start command i get this message on browser:

image

I get the same.

phra commented

@JarDv @rickjjones I don't have time now to debug an AngularJS boilerplate.. you should really consider moving on Angular 6+ with the official CLI.

@JarDv @rickjjones I had it working by changing line 48 of webpack.config.js from this:

publicPath: isProd ? '/' : 'http://0.0.0.0:8080/',

to

publicPath: '/'

phra commented

@erichbehrens can you eventually send a PR? thanks.