Benjamin Fleischer
Benjamin Fleischer
I loaded lib/index.js with the imports loader (bower install) Imports?JSZIP!jszip Where jszip is a resolve.alias to the index.js B mobile phone > On Feb 2, 2016, at 12:26 PM, David...
@okbel I have ``` js { resolve: { alias: { jszip: path.join(__dirname, 'bower_components/jszip/lib/index.js') // src } }, loaders: [ { test: /bower_components\/jszip\/.*\.js$/, loader: 'imports?JSZIP=jszip' } ] } ``` possibly try...
@suryaiiit works for me with webpack as I've commented above. no workarounds, just using what webpack gives you
I have a worker "OrdertImportWorker" which specifies it should iterate over various import tasks "import_recent_orders", "import_related_tasks", etc. When it's running I'd like to get a sense of how far along...
I think you may misunderstood the intent of this bug report- the root cause of the exception is installing this gem, not the availability of the various require options for...