Skip to content

Commit

Permalink
Added rollup nextTick namedExport hint for the process package in the…
Browse files Browse the repository at this point in the history
… browser target
  • Loading branch information
CMCDragonkai committed Nov 11, 2017
1 parent e00a915 commit 355cec6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ export default [
preferBuiltins: false,
browser: true
}),
commonjs()
commonjs({
namedExports: {
'node_modules/process/browser.js': ['nextTick']
}
})
]
}
];

0 comments on commit 355cec6

Please sign in to comment.