Skip to content

Commit

Permalink
added rollup config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kleber-swf committed Jul 23, 2019
1 parent f9ea67f commit 7a1d609
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const pkg = require(`./package.json`)

export default {
input: 'src/index.js',
output: {
name: 'phaser-runtime-editor',
file: pkg.main,
format: 'umd',
sourcemap: true
}
}

0 comments on commit 7a1d609

Please sign in to comment.