Skip to content

Commit

Permalink
Add a browser target for css
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 22, 2023
1 parent 82cfa60 commit 2125df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/build-esbuild/index.js
Expand Up @@ -60,7 +60,9 @@ export async function buildEsbuild (src, dest, siteData, opts) {
sourcemap: true,
outdir: dest,
target: [
'esnext'
'esnext',
'chrome118',
'safari17'
],
define,
metafile: true,
Expand Down

0 comments on commit 2125df1

Please sign in to comment.