frontend-webpack-boilerplate
frontend-webpack-boilerplate copied to clipboard
Extra libraries
Extra libraries like jquery, swiperjs, wowjs and animate etc. There may be many more libraries in which file should I put them?
@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