mirror of https://github.com/webpack/webpack.git
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
|
/** @type {import("../../../").Configuration} */
|
||
|
module.exports = {
|
||
|
entry: "./index"
|
||
|
};
|