mirror of https://github.com/webpack/webpack.git
update
This commit is contained in:
parent
3405021731
commit
595f13fd70
|
|
@ -1,11 +1,8 @@
|
|||
"use strict";
|
||||
|
||||
/** @type {import("../../../../types").Configuration[]} */
|
||||
module.exports = [
|
||||
{
|
||||
name: "basic",
|
||||
mode: "development",
|
||||
entry: "./basic.js",
|
||||
dotenv: true
|
||||
}
|
||||
];
|
||||
/** @type {import("../../../../types").Configuration} */
|
||||
module.exports = {
|
||||
name: "dotenv-plugin",
|
||||
mode: "development",
|
||||
dotenv: true
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue