mirror of https://github.com/webpack/webpack.git
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
|
export * from "react";
|
||
|
export * from "react-dom";
|
||
|
export * from "acorn";
|
||
|
export * from "core-js";
|
||
|
export * from "date-fns";
|
||
|
export * from "lodash";
|
||
|
export * from "lodash-es";
|
||
|
export * from "xxhashjs";
|