This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Webpack jQuery dependency #10
Labels
integration
integration with other angular, node, webpack, etc.
Hello,
When I am building my application based on sprLib, with npm and webpack, the file included in the build is sprestlib.js which does not contains the Jquery dependency.
import sprLib from 'sprestlib' is including this file instead of sprestlib.bundle.js which contains the jquery dependency.
To bypass this I modified the file sprestlib/package.json:
Is this the expected behavior? Do I misunderstood something?
Why don't replace Jquery by a more specific library such as axios, lodash, etc...?
Thank you
The text was updated successfully, but these errors were encountered: