This commit is contained in:
xiaoxiaojx 2025-10-04 11:36:34 +08:00
parent 077eea1a50
commit a88a269d3a
4 changed files with 0 additions and 15 deletions

View File

@ -1 +0,0 @@
WEBPACK_MY_WATCH_STEP=0

View File

@ -1,5 +0,0 @@
"use strict";
it("should expose only WEBPACK_ prefixed env vars", () => {
expect(process.env.WEBPACK_MY_WATCH_STEP).toBe(WATCH_STEP);
});

View File

@ -1 +0,0 @@
WEBPACK_MY_WATCH_STEP=1

View File

@ -1,8 +0,0 @@
"use strict";
/** @type {import("../../../../types").Configuration} */
module.exports = {
name: "dotenv-plugin",
mode: "development",
dotenv: true
};