Skip to content

Commit

Permalink
[docs] Fix next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 4, 2017
1 parent 3b40377 commit 6262a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {

return Object.assign({}, config, {
plugins,
externals: Object.assign({}, {
externals: Object.assign({}, config.externals, {
fs: 'fs',
}),
module: Object.assign({}, config.module, {
Expand Down

0 comments on commit 6262a4e

Please sign in to comment.