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 Jul 29, 2019. It is now read-only.
and the network appear in Chrome. Do you think it is a problem with vis ? Polymer ? Webpack ?
Thanks
The text was updated successfully, but these errors were encountered:
scenaristeur
changed the title
vis network with Polymer 3 on Chrome
vis network with Polymer 3 on Chrome TypeError: Cannot set property 'vis' of undefined at webpackUniversalModuleDefinition
Apr 14, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Starting point : Polymer3 starter-kit as described here : https://pwa-starter-kit.polymer-project.org/setup
with
then i installed vis with "npm install --save vis"
I run it with 'npm run start'
My network is shown in Firefox 66, but in Chrome 73, I got this error
it looks that the root is undefind with Polymer and the modules so I added this two lines
in webpackUniversalModuleDefinition of vis.js, like that
here is the result after modification https://spoggyfr.netlify.com/
and the source is here https://github.com/scenaristeur/spoggyfr
and the network appear in Chrome. Do you think it is a problem with vis ? Polymer ? Webpack ?
Thanks
The text was updated successfully, but these errors were encountered: