Skip to content

Commit

Permalink
name is now output.name
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry authored Jan 28, 2018
1 parent 46ac55d commit 19d07d5
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 @@ -11,9 +11,9 @@ export default {
output: {
sourcemap: true,
format: 'iife',
name: 'app',
file: 'public/bundle.js'
},
name: 'app',
plugins: [
svelte({
// enable run-time checks when not in production
Expand Down

0 comments on commit 19d07d5

Please sign in to comment.