mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
add esbuild
This commit is contained in:
parent
bc8adec408
commit
1808c00b01
10 changed files with 138 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "app",
|
||||
"private": "true",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.13.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue