If you use the plugin @codecoupler/cc-webpack-externals-plugin
in your Webpack configuration
you can install with this package the NPM module jquery-blockui
and automatically configure this
as external library. The module will not be included in your library bundle.
Usage:
npm i @cc-external/jquery-blockui
The version number of this package matches the major and minor number of the module jquery-blockui
that is included as dependency. The patch number do not correspond to the module patch number.