python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to have javascript decorators (e.g. redux's @connect ) alongside ESbuild-loader
I'm using Webpack5 with ESbuild-loader for my React project's build pipeline.
For connecting my components to Redux store I use @connect decorator instead of using the HOC approach.
Example: MyCompone...

Mohsen Taleb
Votes: 0
Answers: 1
Rails, ESBuild source map is always missing, but it is in the build
ActionController::RoutingError (No route matches [GET] "/assets/application.js-1246371c75312771378dc97fa604ef404c73f9b477b5eb8f4c6ebb2fd2e1e323.map"):
My build script in package.json is:
&q...
David Lazar
Votes: 0
Answers: 2
Using bootstrap javascript in a Rails 7 app
I have a working Rails 7 app that uses esbuild as the JS bundler and have imported bootstrap.
I am trying to figure out how to a access any Bootstrap Javascript functionality 'outside' the main applic...
patschiboy
Votes: 0
Answers: 1
Using Tailwind CSS with esbuild - the process
What does it mean to use a plugin to a bundler to perform some work, I mean I have no experience with bundlers whatsoever yet and I wanted to learn about that by creating a "professional" wo...

seven
Votes: 0
Answers: 1