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 87ce8e0 commit cdf80b6Copy full SHA for cdf80b6
packages/sdk/browser/tsup.config.ts
@@ -15,7 +15,6 @@ export default defineConfig({
15
noExternal: ['@launchdarkly/js-sdk-common', '@launchdarkly/js-client-sdk-common'],
16
dts: true,
17
metafile: true,
18
- minifyIdentifiers: true,
19
esbuildOptions(opts) {
20
// This would normally be `^_(?!meta|_)`, but go doesn't support negative look-ahead assertions,
21
// so we need to craft something that works without it.
0 commit comments