Thomas Haugland Rudfoss

Results 9 comments of Thomas Haugland Rudfoss

Hi, I've stumbled across the same problem. Any chance of this getting merged? Or at least giving us control over the `wildcard` parameter?

Do you mean I should prefix the scss or css files? E.g.: _moduleA.scss? I am not deploying the module css files anyway as they are set to not be part...

I'm seeing the same when editing the .browserslistrc file at the root of the workspace. No matter what I do the polyfills chunk size does not change. Edit: Tested with...

Adding a `.swcrc` file to the app root folder with the targets I need seems to work fine. Did a couple of tests and verified that only the required core-js...

> This flag doesn't seem to work 100%. > > Our custom plugins fail with "weird text" in the console output unless we have the .env NX_ADD_PLUGINS=false > > *After...

I've been using Nx for about a year now, and since I updated to version with Crystal I don't think I've ever gotten a project to work out-of-the-box without doing...

I've encountered the same problem with a plain react application using the @nrwl/react generator. I've set up a reproducible sample project here: https://github.com/rudfoss/nx-bundling-issue It is a clean nx workspace project...

I've moved from swc to babel and that seems to have resolved the tree shaking problem. Still seems strange that it does not work with swc, but at least we...

Problem seems to still persist in `15.8.1`. I'm able to construct a `launch.json` configuration that starts `main.ts` directly with debugging, but that won't include webpacks magic. `sourceMap` suggestions don't work...