aboutsummaryrefslogtreecommitdiff
path: root/bench/hot-module-reloading/css-stress-test/next.config.js
diff options
context:
space:
mode:
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.js5
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,
+ },
+};