ctrlo / GADS

Globally Accessible Data Store
GNU Affero General Public License v3.0
4 stars 8 forks source link

Added `browserslist` to package.json #387

Closed droberts-ctrlo closed 5 months ago

droberts-ctrlo commented 5 months ago

Slightly concerned that the compatibility isn't necessarily in place for the import().then() used in the code for chunking (this is not IE11 compatible) - original config allowed this to (possibly) pass through as any browser with less than 0.2% share should be ignored (IE has less than this according to caniuse.com)