tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
185 stars 114 forks source link

Delete src/nouislider.js as it breaks nouislider import #197

Closed jerome8 closed 5 years ago

jerome8 commented 5 years ago

Issue

The file "src/nouislider.js" breaks the import at var noUiSlider = require("nouislider");

on Webpack 4.22.0 with following error

ERROR TypeError: noUiSlider.create is not a function

For me it looks like the previously deleted/renamed File re-appeared after merge of pull request for 1.7.12. It will be loaded instead of the real nouislider.

jerome8 commented 5 years ago

1.8.2 is finally fixing this. thanks!