Skip to content

Commit

Permalink
remove unused module alias
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Jan 12, 2017
1 parent 0ef28ab commit 4c32dd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/build/babel/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module.exports = {
'next/head': require.resolve('../../../lib/head'),
'next/document': require.resolve('../../../server/document'),
'next/router': require.resolve('../../../lib/router'),
'styled-jsx/style': require.resolve('styled-jsx/style'),
'ansi-html': require.resolve('ansi-html')
'styled-jsx/style': require.resolve('styled-jsx/style')
}
}
]
Expand Down

0 comments on commit 4c32dd9

Please sign in to comment.