The Wayback Machine - https://web.archive.org/web/20220725182701/https://github.com/topics/esbuild
Skip to content
#

esbuild

Here are 509 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
davidpfahler
davidpfahler commented Apr 14, 2022

I have stories for simple components that work fine. But once I click on a story for a component that uses the next/image component, nothing renders and ladle is broken until reload. Once I clock on a story with next/image the following error occurs in the console:

react.development.js:1309 Uncaught ReferenceError: process is not defined
    at node_modules/next/dist/client/normalize-
documentation good first issue
bridgetown
jaredcwhite
jaredcwhite commented Jun 4, 2022

GitPod is pretty rad and seems to be a bit ahead of GitHub Codespaces in some ways. I just remote updated some gems and content on a Bridgetown site and previewed it running live—even used Solargraph with Rubocop integration—and it just worked and worked fast. All from my iPad Pro!

So (a) it'd be great to add a bundled configuration so any Bridgetown site can add sup

documentation good first issue process
slinkity
Holben888
Holben888 commented Dec 31, 2021

Where did our docs fail you?

We currently use whatever font sizes the browser provides by default across headings. This is fine, but could cause inconsistent user experiences. We mostly avoided custom sizing because it's so dang hard to configure and scale across breakpoints.

How can we improve?

I saw @AleksandrHovhannisyan's fluid type scale s

✏️ documentation 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