Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Feb 18, 2023
1 parent 8075dd5 commit 65bf333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const esbuild = require('esbuild')
const { sassPlugin } = require('esbuild-sass-plugin')
const bs = require('browser-sync')
const { writeFileSync, cpSync } = require('fs')
const { cpSync } = require('fs')
const { join } = require('path')
const { spawnSync } = require('child_process')
const yargs = require('yargs/yargs')
Expand All @@ -18,7 +18,7 @@ build()

async function build() {

esbuild.build({
await esbuild.build({
bundle: true,
minify: true,
sourcemap: true,
Expand Down

0 comments on commit 65bf333

Please sign in to comment.