From 36a2082e682e43cd53c79a532c443dd44e415a98 Mon Sep 17 00:00:00 2001 From: Mqx <62719703+Mqxx@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:34:13 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index a3d97ad..5353488 100644 --- a/README.md +++ b/README.md @@ -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() ],