-
Notifications
You must be signed in to change notification settings - Fork 508
Transpile more deps for IE 11 #4829
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
Conversation
|
the last error seems to say that |
|
in components/Popover.vue of the lib it does accept a number: |
|
|
Allows chatting in IE11 again |
|
let me solve the conflict. indeed the chat works for me, despite the million of errors in the console about data type validation in Vue properties... |
Added a bunch of extra deps to the transpilation list to make the app work with IE 11. Signed-off-by: Vincent Petry <[email protected]>
Update @babel/preset-env to 7.12.11 has revealed an issue with the event bus library related to the CommonJS format. The webpack config was adjusted to properly load CommonJS libraries. Signed-off-by: Vincent Petry <[email protected]>
58ac25f to
5673db9
Compare
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes IE11 loading again
|
Merge? |
In the listed order, every time I added a new exclude, a new one popped up. So I added them one by one.
Now in this PR we've reached a state where the Talk page loads in IE 11 but is missing some controls, likely due to the many JS errors happening in nextcloud-vue components (but no more syntax errors).