fix: move jquery to a webpack external to reduce bundle size
authorxangelo <git@xangelo.ca>
Thu, 13 Jul 2023 10:55:11 +0000 (06:55 -0400)
committerxangelo <git@xangelo.ca>
Thu, 13 Jul 2023 11:01:42 +0000 (07:01 -0400)
commit56baafa6e825c95650a5474204aff6a6717b1071
tree3b78876245e91454cf013b996870e19a5e08e8b1
parent4d7a5560447631a4d5497d75d5ef1bb5d62bb1d4
fix: move jquery to a webpack external to reduce bundle size

The bundle is growing and this is the first step -> make jquery an
external dependency loaded by the browser instead of packaged.
public/assets/bundle.js
public/assets/bundle.js.LICENSE.txt
public/index.html
webpack.config.js