mattmezza / vue-beautiful-chat

A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
https://matteo.merola.co/vue-beautiful-chat/
MIT License
1.48k stars 437 forks source link

IE11 issue #46

Closed pesderes2 closed 5 years ago

pesderes2 commented 5 years ago

Hi Im using Vuejs + Vuetify + Vuex to develop a website. Just wondering if anyone experienced Script1003: Expected ':' issue at IE11?

In my case, that is pointing to the emojiData.js. Appreciate if you let me know if you have clues or suggestion.

// "./node_modules/vue-beautiful-chat/src/emojiData.js": // (function(module, webpack_exports, webpack_require) {

"use strict"; eval("/ harmony default export / __webpack_exports__[\"a\"] = ([\n {\n name: 'People',\n emojis: [\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '������',\n '✨',\n '�

mattmezza commented 5 years ago

Will need to tackle this using automated test, probably it is something easy to fix.

In the meantime, if anybody on windows can verify this it would be quicker to handle.

PRs are always welcome 👍

mattmezza commented 5 years ago

@pesderes2 thanks for reporting btw :)

coyotte508 commented 5 years ago

Whatever the issue is, it should be solved by changing the settings of the bundler / .babelrc in @pesderes2 's project to enable IE11 compatibility.

I don't think this is something to worry about in this project.

mattmezza commented 5 years ago

@pesderes2 I'm going to close this as per now. If you find the value to change in the .babelrc with which your project works on IE11 please share it here so that we can update the documentation properly.