aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-08-31 17:15:30 +0200
committerChrisC <christophe.closset@intl.att.com>2020-08-31 17:15:30 +0200
commitc3e33ce9d5e65172122389c130721d9c776a7e5e (patch)
tree6beca77fa0bf2e14e55c84255493aeecec931149 /webpack.config.js
parentebec31d19d829d93e5e0a96db3e54036c5bd1450 (diff)
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 <christophe.closset@intl.att.com> Change-Id: I16ad0af22c602194ed645d115e61f6692b9229b9
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 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'),
};