Skip to content

Commit

Permalink
HWE: Fix build out for external submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tanas80 committed Jun 24, 2024
1 parent d384417 commit 196bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HELM/source/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TerserWebpackPlugin = require('terser-webpack-plugin');
const FileManagerPlugin = require('filemanager-webpack-plugin');

const extPaths = new class {
Helm = '../../../../reddata/public/packages/Helm';
Helm = '../../../../packages/Helm';
}();

const mode = process.env.NODE_ENV ?? 'production';
Expand Down

0 comments on commit 196bdcd

Please sign in to comment.