Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bencbartlett committed Mar 16, 2018
2 parents 59587bb + aa1b592 commit e563799
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ export default {
plugins: [
clean(),
resolve(),
commonjs(),
commonjs({
namedExports: {
'node_modules/screeps-profiler/screeps-profiler.js':
['enable', 'wrap', 'registerFN', 'registerClass']
}
}),
typescript({tsconfig: "./tsconfig.json"}),
screeps({config: cfg, dryRun: cfg == null})
]
Expand Down

0 comments on commit e563799

Please sign in to comment.