We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd94575 commit 3bac1ccCopy full SHA for 3bac1cc
rollup.config.js
@@ -23,7 +23,7 @@ export default commandLineArgs => {
23
output: {
24
banner,
25
name: libraryName,
26
- file: pkg.browser,
+ file: `dist/${pkg.name}.umd.js`,
27
format: 'umd'
28
},
29
plugins: [
0 commit comments