We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I install react-addons-perf and expose-loader in my project
here is my webpack config
{ test: require.resolve("react-addons-perf"), use: [ { loader: 'expose-loader', options: 'Perf' } ] }
and i assign Perf to window
but run Perf.start is not a function ,is undefined
Why?
The text was updated successfully, but these errors were encountered:
Sorry, I am not sure what happened, just checked react-addons-perf, the api does not change. What's the version of your webpack?
Sorry, something went wrong.
No branches or pull requests
I install react-addons-perf and expose-loader in my project
here is my webpack config
and i assign Perf to window
but run Perf.start is not a function ,is undefined
Why?
The text was updated successfully, but these errors were encountered: