Skip to content

Commit

Permalink
chore(rollup): use files from .dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jan 29, 2017
1 parent 492480e commit 45308e7
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 @@ -8,7 +8,7 @@ import commonjs from 'rollup-plugin-commonjs'

export default {
exports: 'named',
entry: './src/main.js',
entry: './.dist/src/main.js',
dest: './.dist/main-es.js',
plugins: [
commonjs({})
Expand Down

0 comments on commit 45308e7

Please sign in to comment.