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