草帽lufei
                                            草帽lufei
                                        
                                    I'm having the same problem, and kekule can't add to the vue app. A nice js library, but I can't use it in projects.
@AaronLlanos Well done, Thank you very much.
@LauLauThom The problem fixed. https://github.com/imjoy-team/imagej.js/pull/46#event-4110957060
Hi, I met the same problem. How did you solve it ? @ilijaveselica
I solved this problem using the `exports-loader` and `script-loader`. `npm i -D exports-loader script-loader` Configure in `webpack.base.conf.js` ~~~ ... module: { loaders: [ { test: require.resolve('../src/assets/js/annotorious.min.js'), loader: 'exports-loader?window.anno!script-loader' } ]...