Upgrade to webpack 2 and babel 6

This commit is contained in:
Christoph Oberhofer
2016-03-29 12:08:57 +02:00
parent ce81e9169c
commit da08ae3eaf
27 changed files with 268 additions and 196 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const Quagga = require('../../src/quagga');
const Quagga = require('../../src/quagga').default;
const async = require('async');
describe('decodeSingle', function () {