-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
@IvanSanchez Currently the unicode-7.0.0
dependency, which is required by the lines below, takes 124MB in Leaflet node_modules
folder. To make Leafdoc leaner, I suggest either inlining those two regexps and removing the dependency (which should take just a dozen kilobytes), or doing Rollup magic and thus moving unicode-7.0.0
to devDependencies
.
Lines 42 to 43 in 6b7d38a
ID_Start: require('unicode-7.0.0/properties/ID_Start/regex'), | |
ID_Continue: require('unicode-7.0.0/properties/ID_Continue/regex') |
Metadata
Metadata
Assignees
Labels
No labels