Skip to content

Commit 1dc3374

Browse files
authored
Updating some packages (#11135)
1 parent b556423 commit 1dc3374

File tree

3 files changed

+167
-1014
lines changed

3 files changed

+167
-1014
lines changed

build/webpack/webpack.extension.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const configFileName = path.join(constants.ExtensionRootDir, 'tsconfig.extension
1414
// We need to ensure they do not get bundled into the output (as they are large).
1515
const existingModulesInOutDir = common.getListOfExistingModulesInOutDir();
1616
// tslint:disable-next-line:no-var-requires no-require-imports
17-
const FileManagerPlugin = require('filemanager-webpack-plugin');
17+
const FileManagerPlugin = require('filemanager-webpack-plugin-fixed');
1818
// If ENABLE_GATHER variable is defined, don't exclude the python-program-analysis pacakge.
1919
// See externals, below.
2020
const ppaPackageList = process.env.ENABLE_GATHER ? [] : ['@msrvida/python-program-analysis'];

0 commit comments

Comments
 (0)