rspack-resolver icon indicating copy to clipboard operation
rspack-resolver copied to clipboard

[Enhancement]: error message when using `externsionAlias`

Open SoonIter opened this issue 1 year ago • 0 comments

Summary

Related Links

https://github.com/web-infra-dev/rsbuild/pull/3536

without extensionAlias

rspack

image

webpack

image

with extensionAlias

  resolve: {
    extensionAlias: {
      '.js': ['.ts', '.tsx'],
    },
  },

rspack

image

webpack

image

SoonIter avatar Sep 25 '24 02:09 SoonIter