title | issue |
---|---|
Deprecate direct import of module in administration |
NEXT-11619 |
- Deprecated webpack alias
module
foradministration/src/module
folder for version 6.4.0.0
Use import from src/module
instead of import from 'module'
. However we discourage you to directly use imports of the administration's source in your plugins.
Use the administration's open API through the global Shopware object.