mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Upgrade to webpack 2 and babel 6
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import BarcodeReader from './barcode_reader';
|
||||
const merge = require('lodash/object/merge');
|
||||
import {merge} from 'lodash';
|
||||
|
||||
function I2of5Reader(opts) {
|
||||
opts = merge(getDefaulConfig(), opts);
|
||||
|
||||
Reference in New Issue
Block a user