You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2022. It is now read-only.
Having some issues with closure-loader 0.9.1. I'm trying to run some tests with karma and it looks like this call (line 216 in index.js) always returns a null object for my tests. Any ideas?
const options = loaderUtils.getOptions(this);
This options object is asked for a config value later in that code and since options is null it crashes out.