You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the source code, I found out the transform hook was handled before the load hook. And unshift() was used to put the generated loader into the webpack config. Should the load hook be handled earlier than the transform hook?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
"unplugin": "^1.4.0",
"webpack": "^5.88.2",
Reproduction
The console outputs are:
Describe the bug
From the source code, I found out the transform hook was handled before the load hook. And
unshift()
was used to put the generated loader into the webpack config. Should the load hook be handled earlier than the transform hook?Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: