You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
Currently attempting to use Webpack to bundle an Angular application, and this error is being emitted. I have http://seiyria.github.io/bootstrap-slider/ installed, however upon closer inspection it doesn't appear to be exported as a module at any point in the code. Am I overlooking something? And should this issue potentially be listed under the bootstrap-slider project?
The text was updated successfully, but these errors were encountered:
That's correct, it does not. No, this is an angular bootstrap slider problem. It declares a global module so instead of trying to require it, you can instead just load it (import 'angular-bootstrap-slider' instead of import slider from 'angular-bootstrap-slider'). If that doesn't work, I'm not sure what to tell you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently attempting to use Webpack to bundle an Angular application, and this error is being emitted. I have http://seiyria.github.io/bootstrap-slider/ installed, however upon closer inspection it doesn't appear to be exported as a module at any point in the code. Am I overlooking something? And should this issue potentially be listed under the bootstrap-slider project?
The text was updated successfully, but these errors were encountered: