Marcus Pohorely

Results 18 comments of Marcus Pohorely

We can confirm this, our splitChunks Setup is like this: ``` splitChunks: { chunks: 'all', cacheGroups: { default: false, vendors: false, vendor: { name(module, chunks, cacheGroupKey) { const moduleFileName =...

i have thrown together a small repo to reproduce this issue: https://github.com/derpoho/webpack-esmodule-error maybe someone can look into this?

I like what i see on Branca. ;) Will implement this on my current project. Still, the callback before the token gets validated might make sense, doesn't it?

Addition, relevant package versions: ``` "@remix-run/cloudflare": "^1.7.0", "@remix-run/cloudflare-pages": "^1.7.0", "@remix-run/react": "^1.7.0", "remix": "^1.7.0", "@cloudflare/workers-types": "^3.16.0", "@remix-run/dev": "^1.7.0", "@remix-run/eslint-config": "^1.7.0", "wrangler": "^2.0.16", ```

Thx for the reply. I have already seen that as i tried to accomplish something. For now i have solved it by splitting the console output into lines and send...

@robmorgan I took my chance on to this feature. I tried 2 Ideas. The first one was to replace TextWrapper with a Custom JSON Wrapper (which doesn't differ too much)...

+1 this one is good! Why is the merge not accepted?

Just ssh'd into the container. The folder permissions seem to be correct, but the owner is dialout, i guess that the problem. Edit: Checked the original setup again. Docker mounts...

Also the official Maria DB/Mysql docker container mounts fail, so the container exits on start: ``` db_1 | chown: changing ownership of '/var/lib/mysql/aria_log.00000001': Operation not permitted db_1 | chown: changing...