-
Notifications
You must be signed in to change notification settings - Fork 237
ReferenceError: window is not defined #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
fixes error with webpack umd output. see issue netlify#318
It seems like it's an issue with the webpack.umd.config.js configuration. I set Following the issue on webpack here. It looks like they have a solution in the works as well. I'm attaching a PR! |
* set output.globalObject = "this" in webpack.umd.config.babel.js fixes error with webpack umd output. see issue #318 * fix lint
just confirmed this working with |
Hey all,
It seems like there is an error when using netlify-identity-widget 1.8.0. This error is not present when reverting netlify-identity-widget back to 1.6.0.
Some steps to reproduce this error:
yarn install
yarn dev
To get rid of this error by reverting back to 1.6.0:
rm -rf node_modules/
yarn install
yarn dev
The error is posted below:
The text was updated successfully, but these errors were encountered: