Skip to content

Commit 9537021

Browse files
authored
Revert "configure webpack-dev-server to write files" (#31)
This reverts commit 4448e7d.
1 parent ddba44c commit 9537021

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webpack.config.js

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

0 commit comments

Comments
 (0)