Skip to content

Commit 58f395e

Browse files
authored
Merge pull request #117 from GoogleChrome/umd-extend
Update the UMD config to extend the global
2 parents cf2770d + f398dd9 commit 58f395e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const configs = [
6969
format: 'umd',
7070
file: `./dist/web-vitals.base.umd.js`,
7171
name: 'webVitals',
72+
extend: true,
7273
},
7374
plugins: configurePlugins({module: false, polyfill: true}),
7475
},

0 commit comments

Comments
 (0)