Aron Schöffer

Results 2 issues of Aron Schöffer

I want to use Ajv on a webpage and I don't want to use a bundler. So I'm trying to import Ajv from cdnjs, but I get the following error:...

compatibility

I have trouble importing geoman after importing leaflet as an es module. This works fine: ``` import './node_modules/leaflet/dist/leaflet.js'; import './node_modules/@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.min.js'; ``` This doesn't: ``` import * as L from './node_modules/leaflet/dist/leaflet-src.esm.js';...