Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mindsers committed Apr 12, 2019
1 parent f29152e commit 02d1ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.js
Expand Up @@ -5,7 +5,7 @@ let pkg = require('./package.json')
let external = Object.keys(pkg.dependencies)

export default {
entry: 'src/nativetable/nativetable.js',
input: 'src/nativetable/nativetable.js',
external,
plugins: [
babel({
Expand All @@ -24,8 +24,8 @@ export default {
],
targets: [
{
dest: pkg.main,
moduleName: 'nativetable',
file: pkg.main,
name: 'nativetable',
format: 'umd'
}
]
Expand Down

0 comments on commit 02d1ce4

Please sign in to comment.