diff --git a/webpack.config.js b/webpack.config.js index 0d436c1..08f447f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ const HtmlWebPackPlugin = require('html-webpack-plugin'); module.exports = { entry: { - app: ['./src/app.ts'], + app: ['./src/App.ts'], vendor: ['react', 'react-dom'] }, output: { @@ -29,4 +29,4 @@ module.exports = { filename: "./index.html" }) ] -}; \ No newline at end of file +};