How to make it work with Browserify Shim? Error: Uncaught TypeError: Object.defineProperty called on non-object #4710
Labels
external dependency
Blocked by external dependency, we can’t do anything about it
Problem description
I use browserify shim and all my imports/exports are defined in package.json
My package.json looks something like this:
Bootstrap script is main.js file. I tried previously to import components there like this:
but that didn't work. I presume there is different way to do this with browserify shim, without imports.
This is the actual error I get in console:
Versions
The text was updated successfully, but these errors were encountered: