Burhanuddin Udaipurwala
Burhanuddin Udaipurwala
> * let's add test case for `const { DB_HOST, DB_PASS } = process.env;` (we supports it in webpack, just to check it), same for `import.meta` @alexander-akait In this plugin...
@alexander-akait friendly ping
@timsoraro That's because you are trying to use Typescript inside a .jsx file. Remove all Typescript related code from the snippet and you should be fine
> I think we should postpone it for webpack v6, cssnano is big and slow and we need to think about it deeply, perhaps we can collaborate with the rspack...
vite has added support for lightningcss https://github.com/vitejs/vite/pull/12807
Are there any blockers to merging this? @hyf0
> Additionally, the hash_placeholder below looks like !~\\{[0-9a-zA-Z_$]{1,17}\\}~, so simply slicing the hash based on size will not work. I did not understand this part. Why will slicing by the...
@alexander-akait @TheLarkInn @snitin315 let me know your thoughts on this. if this is not the approach we want to take, i'll drop this
@TheLarkInn added a complex working example with the situation you mentioned above The `webpack.config.js` has two presets `simple` and `react`. The `simple` preset depends on preset `css` ``` webpack.config.js =>...
Opened a PR in webpack-merge to deep merge loader options - https://github.com/survivejs/webpack-merge/pull/206