Skip to content

Commit 07d22d8

Browse files
committed
add new esbuild support
1 parent b203457 commit 07d22d8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

script/esbuild

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
yarn install
4+
yarn build --watch

script/new

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
bundle check || bundle install
4-
bundle exec rails new . --force --skip-active-record --webpack
4+
bundle exec rails new . --force --skip-active-record -j esbuild

script/webpacker

-5
This file was deleted.

0 commit comments

Comments
 (0)