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 275709e commit 74702f5Copy full SHA for 74702f5
packages/experiment-tag/rollup.config.js
@@ -65,8 +65,7 @@ const configs = [
65
...config,
66
...getOutputConfig({
67
entryFileNames: 'experiment-tag-min.js',
68
- exports: 'named',
69
- format: 'umd',
+ format: 'iife',
70
}),
71
plugins: [
72
...config.plugins,
@@ -76,8 +75,8 @@ const configs = [
76
75
comments:
77
/@amplitude\/.* v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?/,
78
},
79
- }), // Apply terser plugin for minification
80
- gzip(), // Add gzip plugin to create .gz files
+ }),
+ gzip(),
81
],
82
external: [],
83
0 commit comments