Skip to content

Commit 4b7d69a

Browse files
authored
Update rollup.config.js to remove build file from root directory (#10)
1 parent 087c220 commit 4b7d69a

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

rollup.config.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@ import resolve from 'rollup-plugin-node-resolve';
22
import commonjs from 'rollup-plugin-commonjs';
33

44
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-
},
215
{
226
input: 'src/LocalyticsEventForwarder.js',
237
output: {

0 commit comments

Comments
 (0)