Skip to content

Commit

Permalink
update to use dlv/index to fix webpack sourcemaps (prebid#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich authored and sa1omon committed Nov 28, 2019
1 parent 5ff1fb6 commit e636efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import includes from 'core-js/library/fn/array/includes';
import { parse } from './url';
const CONSTANTS = require('./constants');

export { default as deepAccess } from 'dlv';
export { default as deepAccess } from 'dlv/index';
export { default as deepSetValue } from 'dset';

var tArr = 'Array';
Expand Down

0 comments on commit e636efe

Please sign in to comment.