admin管理员组

文章数量:1125616

I can specify target in esbuild-loader's option, and there's also a target option in webpack. Do I still need to config this one?

What's the relation between webpack's target and loader's target?

In my case, I config both target, and it turns out two different bundles and the value is node12.20

  1. for only loaders' target

it generates the bundles as I expect with one entry chunk and one shared chunk

2. for both target configured

it generates some extra small chunks

本文标签: