Skip to content

Commit 3a56487

Browse files
committed
Sourcemaps are now properly supported
1 parent d7b7fd3 commit 3a56487

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ Or, in Rails 7+, you can preconfigure your new application to use a specific bun
3232

3333
## FAQ
3434

35-
### What about source maps?
36-
37-
We're working on a path to bring source-map compatibility to the webpack path, as it's possible to configure that bundler such that the source and the map can be linked together as digested files using Sprockets without double-digesting. This isn't currently possible with esbuild. The recommendation is either to let esbuild produce ES6 outputs (such that you don't even need source maps!) or use webpack if you can't output ES6.
38-
3935
### Is there a work-around for lack of glob syntax on Windows?
4036

4137
The default build script for esbuild relies on the `app/javascript/*.*` glob pattern to compile multiple entrypoints automatically. This glob pattern is not available by default on Windows, so you need to change the build script in `package.json` to manually list the entrypoints you wish to compile.

0 commit comments

Comments
 (0)