We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a876a3 commit 3ecb232Copy full SHA for 3ecb232
src/packages/static/src/webpack.config.ts
@@ -250,6 +250,10 @@ export default function getConfig({ middleware }: Options = {}) {
250
plugins,
251
devServer: {
252
hot: true,
253
+ // https://dev.to/woovi/web-dev-efficiency-achieving-faster-builds-and-lower-memory-load-with-webpack-4cm8
254
+ devMiddleware: {
255
+ writeToDisk: true,
256
+ },
257
},
258
};
259
src/scripts/g
@@ -7,7 +7,6 @@ unset PGHOST
7
export DEBUG="cocalc:*"
8
#export DEBUG_CONSOLE="yes"
9
unset DEBUG_CONSOLE
10
-export COCALC_NOCACHE=yes
11
12
#export COCALC_DISABLE_API_VALIDATION=yes
13
0 commit comments