diff options
Diffstat (limited to 'bench/hot-module-reloading/css-stress-test/next.config.js')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/next.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bench/hot-module-reloading/css-stress-test/next.config.js b/bench/hot-module-reloading/css-stress-test/next.config.js new file mode 100644 index 000000000..f64916daa --- /dev/null +++ b/bench/hot-module-reloading/css-stress-test/next.config.js @@ -0,0 +1,5 @@ +module.exports = { + experimental: { + swcLoader: true, + }, +}; |