rsnext/test/integration/externalize-next-server/app/node_modules/comps/index.js
Joe Haddad 1199c235b1
Externalize next-server from Server Builds (#11819)
* Externalize  from Server Builds

* Windows Compatibility for Plugins

* Only check for windows path on windows

* add comments
2020-04-11 12:36:06 +02:00

5 lines
130 B
JavaScript

const react = require('react')
module.exports = function() {
return react.createElement('p', null, 'MyComp:', typeof window)
}