webpack/test/configCases/parsing/extended-api/webpack.config.js

9 lines
121 B
JavaScript
Raw Normal View History

"use strict";
2014-08-25 15:50:26 +08:00
/** @type {import("../../../../").Configuration} */
2014-08-25 15:50:26 +08:00
module.exports = {
entry: {
other: "./index"
2018-11-06 01:54:05 +08:00
}
2017-01-11 17:51:58 +08:00
};