Skip to content

Commit

Permalink
fix(bundle): renamed to bundle.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Aug 24, 2018
1 parent 9fb8e17 commit 28c6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rolluprc
Expand Up @@ -6,7 +6,7 @@ export default {
input: 'src/index.js',
output: {
name: 'basics',
file: 'lib/bundle.js',
file: 'lib/bundle.min.js',
format: 'umd',
exports: 'named'
},
Expand Down

0 comments on commit 28c6846

Please sign in to comment.