|
|
|
|
|
by Tistron
2262 days ago
|
|
Wouldn't you just include a file by it's minor version like this: import * as E from 'https://cdn.jsdelivr.net/npm/fp-ts@2.5/lib/Either.js';
Whenever you `--reload` you'll get the latest 2.5.x release, no?This should work out recursively for all the deps if they follow the same pattern, no? |
|