aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index cb93ec9..900a109 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -2,7 +2,7 @@ const path = require('path');
const CopyPlugin = require('copy-webpack-plugin');
module.exports = {
- entry: './src/index.ts',
+ entry: './src/ui/index.ts',
devtool: 'inline-source-map',
module: {
rules: [