Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 156153f

Browse files
committed
chore: turn on webpack build worker
1 parent b6ac83f commit 156153f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
experimental: {
4+
webpackBuildWorker: true,
5+
},
36
webpack: (config) => {
47
config.module.rules.push(
58
...[

0 commit comments

Comments
 (0)