title | issue |
---|---|
Remove unneeded NPM packages |
NEXT-31820 |
- Removed NPM package
@shopware-ag/webpack-plugin-injector
because it is unused. Injecting plugins/apps was moved insidewebpack.config.js
. - Removed NPM package
axios
because it was only used for lighthouse tests and is not needed for the production build of the Storefront. Axios request was replaced with native fetch API. - Removed NPM package
are-you-es5
because it was used very rarely and is not needed for the production build of the Storefront. - Removed NPM script
check-modules
that executedare-you-es5
. - Changed NPM package
lodash
tolodash.get
to download less modules because we only use_get
fromlodash
.