We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7d570 commit 41dacf4Copy full SHA for 41dacf4
esbuild.js
@@ -3,7 +3,7 @@ const esbuild = require('esbuild');
3
const path = require('node:path');
4
const os = require('node:os');
5
const { sassPlugin } = require('esbuild-sass-plugin');
6
-const { dtsPlugin } = require("esbuild-plugin-d.ts");
+const { dtsPlugin } = require('esbuild-plugin-d.ts');
7
8
/** @typedef {import('esbuild').BuildOptions} BuildOptions */
9
@@ -15,7 +15,7 @@ const commonConfig = {
15
bundle: true,
16
target: ['es2020'],
17
minify: true,
18
- sourcemap: true
+ sourcemap: true,
19
};
20
21
const sourceRoot = path.join(__dirname, 'src');
0 commit comments