From 0fecb48ac1275269984f8e32f87fbde73fb349e4 Mon Sep 17 00:00:00 2001 From: Krishna Rajendran Date: Tue, 7 Jan 2020 10:58:04 -0800 Subject: [PATCH] Give the AMD module an id --- rollup.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index 9819c8b3..4fa6bb36 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -10,6 +10,9 @@ export default { name: 'amplitude', file: 'amplitude.js', format: 'umd', + amd: { + id: 'amplitude', + } }, plugins: [ json(),