Andy Wermke
Andy Wermke
@DustinJSilk I think you have a contradiction in your code snippet: `import.meta` is only present in ES modules (ES2020+, I think) while `__dirname` is only available in CommonJS modules. Maybe...
That's super interesting! Thanks for sharing, @DustinJSilk 👍 Gotta try that myself…
Hey @kochie! Yeah, that’s indeed a bummer. I already had a look at it and also googled for a while, but couldn’t come up with anything yet. Webpack can be...
@Gaserd I thought about just putting the webdebugger with some sample data online. Similar to running `npm start` in `webdebugger/`, but with other data maybe.
@ai Would you say it's ok for now as it is? (Added a little more documentation yesterday)
No problem, since it's constructive. I just think it's hard to provide a diff, since PostCSS can be used in so many different ways and setups. And there is some...
Hi @fedoranimus. Currently there is no support for dynamically switching themes. Should probably add it to the readme... But will leave the issue open for now as a feature request.
Hey @Patbox, thanks for reporting! I am not sure if it's actually the threads-plugin that's crashing, though. > 3: parsePropertyAccessExpressionRest(aka parsePropertyAccessExpressionRest) [0x3a3bea02a349] [/home/patbox/Pulpit/voxelsrv/client/node_modules/typescript/lib/typescript.js:~32289] [pc=0x1c109f6de69a](this=0x0e9f4e8004b1 ,1645143,0x049964a70431 ,... Looks to me as...
Not really, unfortunately… This seems like one of those really nasty issues. Especially as it only concerns some users :(
I just noticed that webpack 5 comes with better web worker support, as you pointed out, @kevzettler: https://webpack.js.org/guides/web-workers/ Maybe we can drop the `threads-plugin` now… Not sure if it has...