napperley
09/13/2022, 3:14 AMModule not found: Error: Can't resolve 'jquery'
Is there a Gradle task that needs to be run beforehand to install the dependencies?Robert Jaros
09/13/2022, 4:09 AMnapperley
09/13/2022, 11:44 PMnapperley
09/13/2022, 11:48 PMRobert Jaros
09/14/2022, 4:46 AMRobert Jaros
09/14/2022, 5:13 AMwebpack.config.d/jquery.js
file and try again. Should work.Robert Jaros
09/14/2022, 5:16 AMkvision-testutils
module included, which depends on jQuery.Robert Jaros
09/14/2022, 5:21 AMRobert Jaros
09/14/2022, 5:35 AMbootstrap-select
is currently the only component that requires the ProvidePlugin
configuration. I'll try to workaround this issue some other way.napperley
09/15/2022, 12:45 AMwebpack.config.d/jquery.js
file the frontend module is now building successfully without any errors 😄. Out of curiosity how much does JQuery add to the bundle size?napperley
09/15/2022, 1:08 AMRobert Jaros
09/15/2022, 4:12 AM