diff --git a/webpack.config.js b/webpack.config.js index 594e06c1..1cf38064 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,6 +5,7 @@ module.exports = { entry: ['es6-shim', 'zone.js', 'reflect-metadata', './src/boot.ts'], output: { path: __dirname + "/build", + publicPath: "/build/", filename: "uhk.js" }, devtool: 'source-map', @@ -48,4 +49,4 @@ module.exports = { ) ] -} \ No newline at end of file +}