webpack/test/benchmarkCases/libraries/webpack.config.js

5 lines
112 B
JavaScript
Raw Normal View History

/** @type {import("../../../").Configuration} */
2017-01-18 05:26:38 +08:00
module.exports = {
entry: ["react", "react-dom", "lodash"]
2017-03-31 22:00:00 +08:00
};