SntsDev
Results
2
comments of
SntsDev
### This is really a **SHOW-STOPPER**! Please apply the fix. Otherwise Nx is a problem and not a solution if we want to use Astro and have updated tools. **The...
It's a Nx project. We use a custom Webpack config file: ``` ... output: { filename: `[name].js`, path: path.resolve(config.output.path), library: { name: "handler", type: "commonjs", export: "default", }, environment: {...