2025-07-16 22:29:28 +08:00
|
|
|
"use strict";
|
|
|
|
|
2020-04-20 13:36:55 +08:00
|
|
|
/** @type {import("../../../").Configuration} */
|
2017-01-18 05:26:38 +08:00
|
|
|
module.exports = {
|
2025-05-01 04:52:14 +08:00
|
|
|
entry: "./index",
|
|
|
|
devtool: "eval-source-map"
|
2017-03-31 22:00:00 +08:00
|
|
|
};
|