Skip to content

Commit 28c8341

Browse files
committed
rm old ext api plugin
1 parent 8aabc55 commit 28c8341

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react-scripts/config/webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const {
4747
BanBackendImportsPlugin,
4848
CopyBentleyStaticResourcesPlugin,
4949
CopyStaticAssetsPlugin,
50-
IModeljsLibraryExportsPlugin
5150
} = require('@itwin/core-webpack-tools');
5251

5352
// iModel.js change to support using the fast-sass-loader instead of sass-loader.
@@ -744,10 +743,6 @@ module.exports = function (webpackEnv) {
744743
].filter(Boolean),
745744
},
746745
plugins: [
747-
// NOTE: iModel.js specific plugin to allow exposing iModel.js shared libraries
748-
// into the global scope for use within iModel.js Extensions.
749-
new IModeljsLibraryExportsPlugin(),
750-
751746
// NOTE: iModel.js specific plugin to copy a set of static resources from the node_modules
752747
// directory of each dependent package into the 'build/public' directory.
753748
// Used for resources such as locales, which are defined by each consuming package.

0 commit comments

Comments
 (0)