From 89ce87f9f1ecc67425ae607a44c5cf383dcaca82 Mon Sep 17 00:00:00 2001 From: August Skare Date: Wed, 21 Nov 2018 12:36:58 +0100 Subject: fix casing for entries in webpack --- packages/dev-tools-pages/webpack.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/dev-tools-pages') diff --git a/packages/dev-tools-pages/webpack.config.js b/packages/dev-tools-pages/webpack.config.js index 8521fdfc3..640297770 100644 --- a/packages/dev-tools-pages/webpack.config.js +++ b/packages/dev-tools-pages/webpack.config.js @@ -11,10 +11,10 @@ const pages = require('./pages'); const config = { entry: { - compiler: './ts/pages/Compiler.tsx', - cov: './ts/pages/Cov.tsx', - profiler: './ts/pages/Profiler.tsx', - trace: './ts/pages/Trace.tsx', + compiler: './ts/pages/compiler.tsx', + cov: './ts/pages/cov.tsx', + profiler: './ts/pages/profiler.tsx', + trace: './ts/pages/trace.tsx', }, output: { path: path.join(__dirname, '/public'), -- cgit v1.2.3