Open
Description
Version
3.2.1
Node and OS info
node 8
Steps to reproduce
I have a project that is using custom joint.js / rappid.js paid package for graph drawing which uses backbone.js. It was building and deploying completely fine using Vue-cli 2. Now I migrated my project to use vue-cli 3 it runs and builds fine in my local machine using new cli but whenever I push it into the remote container it builds fine but renders a blank page and there is only this one error provided by my graph drawing package: Cannot read property 'Backbone' of undefined at rappid.js:41
What is expected?
The app to shop up.
What is actually happening?
Doesn't render anything using a remote container.
I've checked all the dependencies ,package.json and etc.