mirror of https://github.com/webpack/webpack.git
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
|
import lodash from "lodash";
|
||
|
import propTypes from "prop-types";
|
||
|
|
||
|
console.log(lodash, propTypes);
|