leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.64k stars 658 forks source link

V15.6 is breaking Angular 14 #1211

Closed tomerav0 closed 2 years ago

tomerav0 commented 2 years ago

Hello trying to upgrade from V14.7 to V15.6 on Angular 14 is breaking the build of Angular. The following errors raise:

./src/styles.scss - Error: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
Error: Failed to find 'nouislider/distribute/nouislider.min.css'
  in [
    /my/projec/path/src
  ]

./src/styles.scss - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
Error: Failed to find 'nouislider/distribute/nouislider.min.css'
  in [
    /my/projec/path/src
  ]
leongersen commented 2 years ago

The distributed files moved to dist in 15.0.0.

tomerav0 commented 2 years ago

I see, thanks!

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.