Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use named moduleIds for readability #43

Merged
merged 1 commit into from
Jul 24, 2024
Merged

feat: use named moduleIds for readability #43

merged 1 commit into from
Jul 24, 2024

Conversation

fi3ework
Copy link
Member

Summary

Using named moduleIds for better artifact readability.

before

var __webpack_modules__ = ({
"1": (function (module) {
module.exports = 1;


}),

// --- snip ---

after

var __webpack_modules__ = ({
"./src/c.ts": (function (module) {
module.exports = 1;


}),
--- snip ---

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@Timeless0911 Timeless0911 merged commit 9be40fe into main Jul 24, 2024
4 checks passed
@Timeless0911 Timeless0911 deleted the ab branch July 24, 2024 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants