refactor: rename boot.ts to main.ts

This commit is contained in:
Farkas József
2016-09-20 18:57:43 +02:00
parent 717d5e0f39
commit 7e95460451
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ var path = require('path');
var rootDir = path.resolve(__dirname, '../');
module.exports = {
entry: ['core-js', 'zone.js', './src/boot.ts'],
entry: ['core-js', 'zone.js', './src/main.ts'],
output: {
path: rootDir + "/dist",
filename: "uhk.js"