Skip to content

Commit

Permalink
feat: allow devServer writing to disk from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Sep 11, 2020
1 parent 80d6248 commit 337589b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = (env, argv) => {
},
},
port,
writeToDisk: argv.writeToDisk,
}
});
};

0 comments on commit 337589b

Please sign in to comment.