nuxt-esbuild-module
nuxt-esbuild-module copied to clipboard
Nuxt module for enabling ESBuild compilation
According to the documentation https://webpack.js.org/concepts/loaders/#configuration: > Loaders are evaluated/executed from right to left We need to change the loaders applying order for production build by first using `esbuild-loader` and then...
The documentation mentions option `esbuild.tsconfig`: https://github.com/galvez/nuxt-esbuild-module/blob/1fac7e2afffae0a2eda696643545b52653ed5dac/README.md#L36-L40 However there is no such option in esbuild transform API: ``` Module build failed (from ./node_modules/esbuild-loader/dist/index.js): friendly-errors 18:19:20 Error: Transform failed with 1 error:...
*.ts in store was not loaded correctly