Skip to content

Commit e6592d5

Browse files
committed
Fix broken UMD filename definition
1 parent a66bbd6 commit e6592d5

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
@@ -13,7 +13,7 @@ export default [
1313
input,
1414
output: {
1515
name: 'redux-starter-kit',
16-
file: pkg.browser,
16+
file: pkg.unpkg,
1717
format: 'umd'
1818
},
1919
plugins: [

0 commit comments

Comments
 (0)