Dan Dumont
Dan Dumont
I have been using es6 in my projects, but before I run pkg I transpile them to commonjs. This seems to work well. It would be great if this support...
rollup worked really well, as I don't need the features of webpack, I just need my modules to be cjs in the end. package.json ```json { "scripts": { "build": "npm-run-all...
sourcemaps are a pain... so native support would be fantastic
I've commented above for a decent workaround that I'm using rollup can be configured to transpile and bundle all es modules in a file and defer all commonjs modules to...
@dougwilson What kind of help is still needed here? I saw in the keygrip conversation that you mentioned a PR (not sure which one) was merged back in 2015. How...
I'll take a look
Actually... taking a look at that project, you may want to consider moving away. Last commit was 2017. There are tons of open issues, and it appears to be abandoned.
> I believe most developers returning to this package will do the same mistake I've done twice: they won't read the documentation (because they think they now) and will type...
@dougwilson what is holding this back?
has there been any progress on this? With AccessHandles(https://web.dev/file-system-access/#accessing-files-optimized-for-performance-from-the-origin-private-file-system) integration coming in chrome 99, and people using storage more heavily for larger and larger files... we really need some good...