mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Upgrade to webpack 2 and babel 6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Quagga = require('../../src/quagga');
|
||||
const Quagga = require('../../src/quagga').default;
|
||||
const async = require('async');
|
||||
|
||||
describe('decodeSingle', function () {
|
||||
|
||||
Reference in New Issue
Block a user