From 7e9546045140d57805c3d1f8462bd52169a209f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Tue, 20 Sep 2016 18:57:43 +0200 Subject: [PATCH] refactor: rename boot.ts to main.ts --- src/{boot.ts => main.ts} | 0 src/webpack.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{boot.ts => main.ts} (100%) diff --git a/src/boot.ts b/src/main.ts similarity index 100% rename from src/boot.ts rename to src/main.ts diff --git a/src/webpack.config.js b/src/webpack.config.js index 87bde9a7..9dd637c2 100644 --- a/src/webpack.config.js +++ b/src/webpack.config.js @@ -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"