Bug reproduction for unjs/unplugin#238
-
pnpm install
-
pnpm build:rollup
-
pnpm serve
Visit localhost:8080 and you should successfully see "Hello world"
-
Stop http-server.
-
pnpm build:webpack
-
pnpm serve
-
Hard refresh localhost:8080, you should see
Uncaught TypeError: some_runtime_dependency__WEBPACK_IMPORTED_MODULE_0__.capitalize is not a function