diff options
Diffstat (limited to 'packages/dev-tools-pages')
-rw-r--r-- | packages/dev-tools-pages/webpack.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
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'), |