Skip to content

Commit 4448e7d

Browse files
committed
configure webpack-dev-server to write files
1 parent 9c8796f commit 4448e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ module.exports = async (env, options) => {
6464
"Access-Control-Allow-Origin": "*"
6565
},
6666
https: await devCerts.getHttpsServerOptions(),
67-
port: 3000
67+
port: 3000,
68+
writeToDisk: true
6869
}
6970
};
7071

0 commit comments

Comments
 (0)