Rename bundle folder to build.

This commit is contained in:
József Farkas
2016-04-16 21:38:34 +02:00
parent 86785182a6
commit b6174c8333
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ var SvgStore = require('webpack-svgstore-plugin');
module.exports = {
entry: ['reflect-metadata', 'zone.js', 'es6-shim', "./src/boot.ts"],
output: {
path: __dirname + "/bundle",
path: __dirname + "/build",
filename: "uhk.js"
},
devtool: 'source-map',