From c3e33ce9d5e65172122389c130721d9c776a7e5e Mon Sep 17 00:00:00 2001 From: ChrisC Date: Mon, 31 Aug 2020 17:15:30 +0200 Subject: Fix Build Fix build issue, updating TS and moving some files around to meet the new version requirements Issue-ID: SDC-3203 Signed-off-by: ChrisC Change-Id: I16ad0af22c602194ed645d115e61f6692b9229b9 --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 2806bd9..b8fdd87 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ var webpack = require("webpack"); var UglifyJsPlugin = require("uglifyjs-webpack-plugin"); var PATHS = { - entryPoint: path.resolve(__dirname, './index.ts'), + entryPoint: path.resolve(__dirname, './src/index.ts'), bundles: path.resolve(__dirname, 'dist'), }; -- cgit 1.2.3-korg