webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Feature/prepare cdn build #25

Closed eddyloewen closed 3 years ago

eddyloewen commented 3 years ago

closes #17

eddyloewen commented 3 years ago

@quarkus @lukas-schardt I still don't know how to handle the new package-lock.json format... I'm using npm 7 locally - and they have introduced a new "lockfileVersion": 2,. I've had issues in the past when I tried to install something with npm 6 when a package already had the new lockfileVersion.

Should we start generating the with the new format? Or should we still stick to the old version?

Update: I've reverted the package-lock.json back to lockfileVersion 1 for now. Never change a running system! :)