From 9d42f009bbf7c073d3a48bf65bb9b12775d68b3d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Mar 2018 20:11:33 +0300 Subject: LoginButton --- vnext/webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index ce4995eb..8d8060a6 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -5,9 +5,9 @@ const internalIp = require('internal-ip'); module.exports = { entry: { "vendor": ['react', 'react-dom', 'react-markdown', 'whatwg-fetch'], - "app": [ + "App": [ 'file-loader?name=index.html!./src/views/index.html', - __dirname + "/src/app.js", + __dirname + "/src/App.js", __dirname + "/src/style/main.css" ] }, -- cgit v1.2.3