star-rating-svg icon indicating copy to clipboard operation
star-rating-svg copied to clipboard

webpack import - Can't resolve 'jquery.star-rating-svg'

Open grigorisk opened this issue 7 years ago • 1 comments

hi! i try to install this plugin via npm in my project and i have this error i make an import to webpack like "import starRating from 'jquery.star-rating-svg';" i try also "import starRating from 'star-rating-svg';" but i have the same problem

grigorisk avatar Dec 04 '17 08:12 grigorisk

@grigorisk the plugin is not es6module ready, but you can update it doing something like this: https://gist.github.com/samelwitt/3d9d67898a7f357f1a5833b7b8199ff8

nashio avatar Dec 15 '17 08:12 nashio