mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Bring back module.exports because of backwards compat (#5815)
This commit is contained in:
parent
7ffcb0bf86
commit
bd2ad412d3
|
@ -1 +1 @@
|
|||
export {default} from './dist/client/link'
|
||||
module.exports = require('./dist/client/link')
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
export * from './dist/client/router'
|
||||
export {default} from './dist/client/router'
|
||||
module.exports = require('./dist/client/router')
|
||||
|
|
Loading…
Reference in a new issue