Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Jan 22, 2024
1 parent a52b414 commit 36a2082
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ This plugin can be easily imported and loaded as a module for ESBuild.
import sassPlugin from 'https://deno.land/x/esbuild_plugin_sass/mod.ts';

await esbuild.build({
allowOverwrite: true,
logLevel: 'info',
color: true,
minify: true,
outdir: './dist',
entryNames: '[dir]/bundle.min',
entryPoints: [
'./src/**/index.scss',
],
...
plugins: [
sassPlugin()
],
Expand Down

0 comments on commit 36a2082

Please sign in to comment.