unjs / unplugin

Unified plugin system for Vite, Rollup, Webpack, esbuild, Rolldown, and more

Home Page:https://unplugin.unjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query string is not included with id in transformInclude when using webpack

Demivan opened this issue · comments

compiler.options.module.rules.push({
include (id: string) {
if (id == null) {

id here does not include query string.

It is possible to get query string when writing use as a function.