mirror of https://github.com/webpack/webpack.git
update
This commit is contained in:
parent
077eea1a50
commit
a88a269d3a
|
@ -1 +0,0 @@
|
|||
WEBPACK_MY_WATCH_STEP=0
|
|
@ -1,5 +0,0 @@
|
|||
"use strict";
|
||||
|
||||
it("should expose only WEBPACK_ prefixed env vars", () => {
|
||||
expect(process.env.WEBPACK_MY_WATCH_STEP).toBe(WATCH_STEP);
|
||||
});
|
|
@ -1 +0,0 @@
|
|||
WEBPACK_MY_WATCH_STEP=1
|
|
@ -1,8 +0,0 @@
|
|||
"use strict";
|
||||
|
||||
/** @type {import("../../../../types").Configuration} */
|
||||
module.exports = {
|
||||
name: "dotenv-plugin",
|
||||
mode: "development",
|
||||
dotenv: true
|
||||
};
|
Loading…
Reference in New Issue