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 7f35720 commit 98103c3Copy full SHA for 98103c3
esbuild.config.js
@@ -23,13 +23,13 @@ const options = {
23
bundle: true,
24
platform: "browser",
25
format: "esm",
26
+ minify: true,
27
sourcemap: true,
28
keepNames: true,
29
loader: {
30
".png": "file"
31
},
32
plugins: [cleaner],
- metafile: true,
33
external: ["react", "react-dom", "@dreamworld/addon-redux"]
34
};
35
@@ -41,7 +41,6 @@ build({
41
build({
42
...options,
43
outfile: "./dist/index.slim.js",
44
- minify: true,
45
external: [
46
...options.external,
47
"@radix-ui/react-checkbox",
0 commit comments