How to migrate webpack.ProvidePlugin to fit remix #7007
Replies: 1 comment
-
solved
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of Remix are you using?
1.18.1
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
run success
Actual Behavior
err:
ReferenceError: createReactClass is not defined
In my old app, have webpack config like this
How to use it properly in remix?
I referred to this issue evanw/esbuild#1664 ,
esbuild inject
, but do not know how to implementNeed help.
Beta Was this translation helpful? Give feedback.
All reactions