NikolayRys / Likely

The social sharing buttons that aren’t shabby
ISC License
395 stars 61 forks source link

Fix the travis build #119

Closed iamakulov closed 7 years ago

iamakulov commented 7 years ago

597def6: seems like google-chrome is already included into default sources. Removed it to prevent producing the warnings.

e225f9d: there was a change somewhere around webpack@2.2.0-rc.1 that made it impossible to use CommonJS imports/exports simultaneously with ES ones in one file. This caused the runtime error which prevented Likely from initializing.

iamakulov commented 7 years ago

Huh.

image

iamakulov commented 7 years ago

I can’t make it working all the time. Sometimes the build finishes well but sometimes there’re timeout errors. If you experience a failed build, restarting it should help.