@gravity-ui/app-builder 0.33.1 → 0.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -955,7 +955,7 @@ function configureCommonPlugins(options, bundlerPlugins) {
|
|
|
955
955
|
contextReplacements.forEach(({ resourceRegExp, newResource }) => plugins.push(new bundlerPlugins.ContextReplacementPlugin(resourceRegExp, newResource)));
|
|
956
956
|
if (config.polyfill?.process) {
|
|
957
957
|
plugins.push(new bundlerPlugins.ProvidePlugin({
|
|
958
|
-
process: 'process/browser.js',
|
|
958
|
+
process: require.resolve('process/browser.js'),
|
|
959
959
|
}));
|
|
960
960
|
}
|
|
961
961
|
if (config.monaco) {
|