Skip to content

Commit 60a88b9

Browse files
committed
remove disabling webpack cache
1 parent 4076a7a commit 60a88b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

next.config.js

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ const moduleExports = {
1919
],
2020
reactStrictMode: true,
2121
webpack(config) {
22-
// Fix the Cloudflare upload max. size issue
23-
if (process.env.GITHUB_ACTIONS === "true") {
24-
config.cache = Object.freeze({
25-
type: 'memory',
26-
})
27-
}
28-
2922
config.module.rules.push(
3023
{
3124
test: /\.svg$/,

0 commit comments

Comments
 (0)