Yelp / lemon-reset

Consistent, cross-browser React DOM tags, powered by CSS Modules. 🍋
MIT License
131 stars 13 forks source link

add nodejs support to umd module #73

Closed mxmul closed 5 years ago

mxmul commented 5 years ago

The UMD bundle in v1.3.1 can't be imported in a Node environment, because the Webpack boilerplate tries to access window.

Webpack 4 doesn't currently support a universal (node+web) target (webpack/webpack#6525), but the recommended workaround of overriding output.globalObject does the trick.