We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087c220 commit 4b7d69aCopy full SHA for 4b7d69a
1 file changed
rollup.config.js
@@ -2,22 +2,6 @@ import resolve from 'rollup-plugin-node-resolve';
2
import commonjs from 'rollup-plugin-commonjs';
3
4
export default [
5
- {
6
- input: 'src/LocalyticsEventForwarder.js',
7
- output: {
8
- file: 'LocalyticsEventForwarder.js',
9
- format: 'iife',
10
- exports: 'named',
11
- name: 'mpLocalyticsKit',
12
- strict: false
13
- },
14
- plugins: [
15
- resolve({
16
- browser: true
17
- }),
18
- commonjs()
19
- ]
20
21
{
22
input: 'src/LocalyticsEventForwarder.js',
23
output: {
0 commit comments