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
//import * as maptalks from 'maptalks/dist/maptalks.js';import*asmaptalksfrom'maptalks/dist/maptalks.min.js';import*asTHREEfrom'three';import{ThreeLayer}from'maptalks.three';
Otherwise, the webpack will be packaged maptalks.es.js and maptalks.js/maptalks . min.js
The text was updated successfully, but these errors were encountered:
hi, i'm trying to translate to spanish this tool, but im getting this error, i'm aware about the usage that makes this error, but i need to integrate the lib into a project while coding my fork of maptalks, i use npm link to point to the package while is runing on build mode so it would listen to the changes every time it gets builded.
npm link path/to/forked/maptalks/
is creating this path in package.json using the js file
hi, I work in an index.html format. Is there a way to fix this issue with it?
I am quite new to this so I use the exemples from the maptalks website, and they are in html so i've gone for that. here are the imports I have :
If you report this error
you need
instead of
Otherwise, the webpack will be packaged maptalks.es.js and maptalks.js/maptalks . min.js
The text was updated successfully, but these errors were encountered: