mirror of https://github.com/webpack/webpack.git
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
|
/** @type {import("../../../").Configuration} */
|
||
|
module.exports = {
|
||
|
entry: "./index",
|
||
|
devtool: "source-map"
|
||
|
};
|