mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
6e44cdef5f
* Allow custom clientBootstrap entrypoint This allows for customization of the client global bootstrap. * Expose render event emitter to client * Include client entry point in npm package
2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
module.exports = require('./dist/client/index')
|