Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 4, 2021
1 parent c95c897 commit 31e52ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/serve/serve-variable/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const HAS_WEBPACK_SERVE = process.env.WEBPACK_SERVE;
const HAS_WEBPACK_SERVE = process.env.WEBPACK_SERVE || process.env.WEBPACK_DEV_SERVER;

class CustomTestPlugin {
constructor(isInEnvironment) {
Expand Down

0 comments on commit 31e52ba

Please sign in to comment.