Skip to content

Commit 3bac1cc

Browse files
committed
fix wrong file path
1 parent dd94575 commit 3bac1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default commandLineArgs => {
2323
output: {
2424
banner,
2525
name: libraryName,
26-
file: pkg.browser,
26+
file: `dist/${pkg.name}.umd.js`,
2727
format: 'umd'
2828
},
2929
plugins: [

0 commit comments

Comments
 (0)