Skip to content

Commit

Permalink
Update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
milafrerichs committed Jul 27, 2019
1 parent 85911e0 commit ff6f6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const name = pkg.name
.replace(/-\w/g, m => m[1].toUpperCase());

export default {
input: 'src/Tutorials.svelte',
input: 'src/Repl.svelte',
output: [
{ file: pkg.module, 'format': 'es' },
{ file: pkg.main, 'format': 'umd', name }
Expand Down

0 comments on commit ff6f6cf

Please sign in to comment.