Skip to content

Commit 8b5ed52

Browse files
author
Krishna Rajendran
authored
Give the AMD module an id (#217)
1 parent 6bc9065 commit 8b5ed52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rollup.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export default {
1010
name: 'amplitude',
1111
file: 'amplitude.js',
1212
format: 'umd',
13+
amd: {
14+
id: 'amplitude',
15+
}
1316
},
1417
plugins: [
1518
json(),

0 commit comments

Comments
 (0)