Box Node SDK with Webpack
Hi there,
I'm building a React app with hopes of using the Box API. However, I'm building my project with Webpack, and this is leading to some issues with using the Box Node SDK.
Some searching has lead me to a solution: use a prebuilt version of the SDK. This bypasses the require() statements that webpack is tripping up on.
Is this the right way to go?
Please sign in to leave a comment.
Comments
0 comments