Skip to content

Commit

Permalink
Disable CSS build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Jan 16, 2025
1 parent 72a7c78 commit a16e913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ for (let e of fg.sync('*.scss', { cwd: path.resolve(__dirname, 'styles') })) {
}

const config = {
logLevel: 'error',
minify: !devMode,
entryPoints: entryCSS,
outdir: 'docs/pass/assets/dist',
Expand Down

0 comments on commit a16e913

Please sign in to comment.