1'use strict';
2
3delete global['__core-js_shared__'];
4
5const _ = require('./lodash.js');
6const globals = require('lodash-doc-globals');
7
8module.exports = {
9  'babel': false,
10  'globals': _.assign({ '_': _ }, globals)
11};
12