From a4590e56367ac3a2e49b09fb27344e01f655a91a Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Mon, 31 May 2021 08:53:37 +0000 Subject: [PATCH] fix: add notice in release tarball --- ui/webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/webpack.config.js b/ui/webpack.config.js index 3a7cb2ac7..27238c6e2 100644 --- a/ui/webpack.config.js +++ b/ui/webpack.config.js @@ -32,6 +32,10 @@ module.exports = webpackMerge(baseConfig, { from: path.join(__dirname, 'src/main/webapp/schema/schema.json'), to: path.join(__dirname, 'dist/schema'), }, + { + from: path.join(__dirname, 'THIRDPARTY.npm'), + to: path.join(__dirname, 'dist'), + }, ]), ], devtool: 'inline-source-map',