File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ const {
47
47
BanBackendImportsPlugin,
48
48
CopyBentleyStaticResourcesPlugin,
49
49
CopyStaticAssetsPlugin,
50
- IModeljsLibraryExportsPlugin
51
50
} = require ( '@itwin/core-webpack-tools' ) ;
52
51
53
52
// iModel.js change to support using the fast-sass-loader instead of sass-loader.
@@ -744,10 +743,6 @@ module.exports = function (webpackEnv) {
744
743
] . filter ( Boolean ) ,
745
744
} ,
746
745
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
-
751
746
// NOTE: iModel.js specific plugin to copy a set of static resources from the node_modules
752
747
// directory of each dependent package into the 'build/public' directory.
753
748
// Used for resources such as locales, which are defined by each consuming package.
You can’t perform that action at this time.
0 commit comments