Files
bun.sh/bench/hot-module-reloading/css-stress-test/next.config.js
2021-10-07 21:27:47 -07:00

6 lines
66 B
JavaScript

module.exports = {
experimental: {
swcLoader: true,
},
};