You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sencha does not provide ext-react from its private repository for ExtJS CE users, but since the code in this repository has Apache 2 and MIT licenses, it is technically possible that users using the CE can use ext-react with the ExtJS components to which they have access. However, ext-react-webpack-plugin does not detect correctly when the CE is used and incorrectly shows on the label the use of the commercial version.
I suggest using the variable extPkg in /packages/ext-react-webpack-plugin/src/pluginUtil.js
Sencha does not provide ext-react from its private repository for ExtJS CE users, but since the code in this repository has Apache 2 and MIT licenses, it is technically possible that users using the CE can use ext-react with the ExtJS components to which they have access. However,
ext-react-webpack-plugin
does not detect correctly when the CE is used and incorrectly shows on the label the use of the commercial version.I suggest using the variable
extPkg
in/packages/ext-react-webpack-plugin/src/pluginUtil.js
The text was updated successfully, but these errors were encountered: