test: add alias replace externals tests in bundleless mode#581
test: add alias replace externals tests in bundleless mode#581
Conversation
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CodSpeed Performance ReportMerging #581 will not alter performanceComparing Summary
|
fi3ework
left a comment
There was a problem hiding this comment.
Do we need to also add new test cases that rewritten with resolve.alias of the cases under tests/integration/externals/browser which is using output.externals now, since we're might encourage user to use resolve.alias first in the future.
This case is a bundle case, so I add bundleless tests with |
aebdf0c to
7958314
Compare
Summary
In bundleless mode, since there is no bundling concept, all modules will be externalized, so we will automatically replace the aliases in
resolve.aliaswithoutput.externalsto ensure the final output is generated correctly.Related Links
Checklist