mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
12 lines
218 B
JavaScript
12 lines
218 B
JavaScript
'use strict';
|
|
|
|
delete global['__core-js_shared__'];
|
|
|
|
const _ = require('./lodash.js');
|
|
const globals = require('lodash-doc-globals');
|
|
|
|
module.exports = {
|
|
'babel': false,
|
|
'globals': _.assign({ '_': _ }, globals)
|
|
};
|