Skip to content

Commit

Permalink
fix(esbuild): update esbuild/css tests for esbuild 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Apr 7, 2021
1 parent 3b52b0c commit 8196ce9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/esbuild/test/css/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ ts_library(

esbuild(
name = "default",
args = [
"--keep-names",
"--resolve-extensions=.mjs,.js",
],
entry_point = "main.ts",
deps = [
":main",
Expand All @@ -42,6 +46,10 @@ esbuild(

esbuild(
name = "with_css",
args = [
"--keep-names",
"--resolve-extensions=.mjs,.js",
],
entry_point = "main.ts",
output_css = True,
deps = [
Expand Down

0 comments on commit 8196ce9

Please sign in to comment.