-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined variable: "$ie8screen" #3587
Comments
What version of video.js are you using? |
I'm guessing webpack is complaining about the commented out css variable here? https://github.com/videojs/video.js/blob/v5.12.1/dist/video-js.css#L1297-L1318 |
Hi im using 15.12.1 version, the variable is not commented out so webpack is showing the error and stopping the build. |
you can try using the video.min.css, as that will not have the |
As far as I can tell, it's commented out. Though, we should just remove that comment altogether, it's not necessary. |
Should be fixed by #3625 |
Description
when using the videojs with webpack automation tool (minifying), it is saying error
The text was updated successfully, but these errors were encountered: