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,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);