Skip to content

Commit

Permalink
fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 27, 2015
1 parent 1515175 commit ca5e7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions rollup.config.browser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { readFileSync } from 'fs';
import config from './rollup.config.js';

config.plugins.push({
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ export default {
],
external: [ 'fs' ],
banner: banner,
sourceMap: true
sourceMap: true,
moduleName: 'rollup'
};

0 comments on commit ca5e7ac

Please sign in to comment.