Skip to content
#

esbuild

Here are 406 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

help wanted good first issue feature request
ladle
rnnyrk
rnnyrk commented Mar 23, 2022

HI there,

I wanted to tryout Ladle, although my components are not found in the src folder. Therefore I wanted to overwrite the default glob, but unfortunately Ladle doesn't seem to pickup the change. Happening both via CLI as well as via the config file. Any thought?

<img width="2242" alt="Screenshot 2022-03-23 at 10 08 22" src="https://user-images.githubusercontent.com/4519142/159663884-b7

enhancement good first issue
leifniem
leifniem commented Feb 17, 2022

When configuring the eleventy option pathPrefix which prefixes paths (e.g. subfolder output), running slinkity compared to vanilla eleventy does stick to the unprefixed paths.

To Reproduce

Steps to reproduce the behavior:

  1. add pathPrefix: '/foo/' to module.exports of .eleventy.js
  2. add urls with {{ link | url }} for the prefix to work eleventy
  3. run build
  4. see urls in outp
🐞 bug good first issue

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