Skip to content
#

esbuild

Here are 292 public repositories matching this topic...

esbuild-loader
wanglihui
wanglihui commented Dec 31, 2020

in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error

` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12
compiler.hooks.thisCompilation.tap('esbuild', compilation => {
^

TypeError: Cannot read property 'thisCompilation' of undefined

Holben888
Holben888 commented Aug 28, 2021

Is your feature request related to a problem? Please describe.
We have quite a few core + helper functions in our reactPlugin directory that could use testing. At the moment, we just have one test total in our utils directory 🙃

List of tests left to write

  • reactPlugin/toRendererHtml - unit tests
  • reactPlugin/index -> add-react-renderer-script HTML transform - s

Improve this page

Add a description, image, and links to the esbuild topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the esbuild topic, visit your repo's landing page and select "manage topics."

Learn more