bxslider-4 icon indicating copy to clipboard operation
bxslider-4 copied to clipboard

NPM: Add "main" attribute in package.json

Open avs-doom opened this issue 6 years ago • 1 comments

I noticed that your script bxSlider 4.2.14 does not work without 'main' attribute in the package.json, I ask you to add a new attribute, otherwise many will not be able to use it via import.

Work fine: "license": "MIT", "main": "./dist/jquery.bxslider.js"

or get error: Module not found

avs-doom avatar Aug 06 '18 10:08 avs-doom

Can confirm, I get "Module not found: Error: Can't resolve 'bxslider'" with 4.2.14

4.2.13 works fine

mstrokin avatar Sep 25 '18 19:09 mstrokin