Ivan Kopeykin

Results 239 comments of Ivan Kopeykin

technically BannerPlugin processes all assets.. need to test this

@alexander-akait I think there is nothing to do in webpack..

and it does.. problem in minimization https://github.com/webpack/webpack/issues/15576#issuecomment-1076692277

both estree and eslint-scope are used ( estree as types inside webpack code base, eslint-scope https://github.com/webpack/webpack/blob/main/lib/optimize/ConcatenatedModule.js#L8 )

@alexander-akait duplicate of https://github.com/webpack/webpack/issues/5866 ?

you repo works for me.. my setup `MacBook Pro M1, 2020` ```bash $ node -v [12:14:29] v16.13.2 ```

maybe port already in use.. try to force shutdown other Node.js application from `activity monitor`.

@evilebottnawi Do you have any ideas to implement this in webpack 5? Maybe only for css modules..

Maybe my vision is mistaken, but how you want to tree shake css without webpack plugin? You need to understand which css classes does not imported in JS.