Skip to content

Commit

Permalink
Update esbuild.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Jan 16, 2023
1 parent 8ee570a commit 780146c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import { setTimeout } from "timers/promises"

const clients = []
const entryPoints = [
"application.js",
"administrate.js"
"application.js"
]
const watchDirectories = [
"./app/javascript/**/*.js",
Expand Down Expand Up @@ -94,4 +93,4 @@ if (process.argv.includes("--reload")) {
context.watch()
} else {
esbuild.build(config)
}
}

0 comments on commit 780146c

Please sign in to comment.