Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Aug 29, 2024
1 parent a955a27 commit be3c861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as esbuild from 'https://deno.land/x/esbuild@v0.20.2/mod.js';
import { sassPlugin } from 'npm:esbuild-sass-plugin@2.16.1'
import { green } from 'https://deno.land/std@0.211.0/fmt/colors.ts';
import { parseArgs } from 'https://deno.land/std@0.211.0/cli/parse_args.ts';
import denoJson from '../deno.json' with {type: 'json'}

const args = parseArgs<{
watch: boolean | undefined,
Expand Down Expand Up @@ -54,6 +55,7 @@ const filesConfig : esbuild.BuildOptions = {
plugins: [
sassPlugin()
],
alias: denoJson.imports
}

console.log('Build process started.');
Expand Down

0 comments on commit be3c861

Please sign in to comment.