Update webpack to 4.47.0 / webpack-cli to 4.10.0
This commit is contained in:
parent
dcc0f9fbf6
commit
218a3b478d
3 changed files with 108 additions and 120 deletions
|
@ -143,6 +143,9 @@ module.exports = (env, argv) => {
|
|||
|
||||
return {
|
||||
...development,
|
||||
|
||||
bail: true,
|
||||
|
||||
node: {
|
||||
// Mock out the NodeFS module: The opus decoder imports this wrongly.
|
||||
fs: "empty",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue