aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/esbuild.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/esbuild.config.js')
-rw-r--r--packages/shared/esbuild.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/shared/esbuild.config.js b/packages/shared/esbuild.config.js
index 7a79ce6..e8dcc2f 100644
--- a/packages/shared/esbuild.config.js
+++ b/packages/shared/esbuild.config.js
@@ -10,6 +10,8 @@ export default getEsbuildConfig({
10 // The package that includes this one will have a header comment, 10 // The package that includes this one will have a header comment,
11 // no need to have an additional one here. 11 // no need to have an additional one here.
12 banner: {}, 12 banner: {},
13 // Keep @__PURE__ annotations intact.
14 minify: false,
13 platform: 'node', 15 platform: 'node',
14 target: [chrome, node], 16 target: [chrome, node],
15 external: ['mobx', 'mobx-state-tree', 'zod'], 17 external: ['mobx', 'mobx-state-tree', 'zod'],