frontend-webpack-boilerplate icon indicating copy to clipboard operation
frontend-webpack-boilerplate copied to clipboard

Extra libraries

Open theaminuli opened this issue 1 year ago • 1 comments

Extra libraries like jquery, swiperjs, wowjs and animate etc. There may be many more libraries in which file should I put them?

theaminuli avatar Feb 23 '24 12:02 theaminuli

@theaminuldev each extra library you want to add should have plugin provider / loader and specific documentation on how to use it with web pack. There are multiple use-cases - e.g external jQuery, or installed via npm, etc.

Here is for jQuery:

  • https://stackoverflow.com/a/63648370/1800369

pnikolov avatar Mar 14 '24 08:03 pnikolov