Skip to content

Commit

Permalink
Update esbuild.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 6, 2023
1 parent 34f61ff commit e395d20
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions esbuild.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as esbuild from "esbuild";
import { sassPlugin, postcssModules } from "esbuild-sass-plugin";

(async () => {
await esbuild.build({
Expand All @@ -11,13 +10,6 @@ import { sassPlugin, postcssModules } from "esbuild-sass-plugin";
format: "esm",
sourcemap: true,
minify: true,
plugins: [
sassPlugin({
type: "style",
transform: postcssModules({
// ...put here the options for postcss-modules: https://github.com/madyankin/postcss-modules
}),
}),
],
plugins: [],
});
})();

1 comment on commit e395d20

@vercel
Copy link

@vercel vercel bot commented on e395d20 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rocky7 – ./

rocky7.vercel.app
rocky7-abhishiv.vercel.app
rocky7-git-master-abhishiv.vercel.app

Please sign in to comment.