aboutsummaryrefslogtreecommitdiff
path: root/bench/hot-module-reloading/css-stress-test/next.config.js
blob: f64916daa98709109b55bfbf5d6e378b855334a9 (plain) (blame)
1
2
3
4
5
module.exports = {
  experimental: {
    swcLoader: true,
  },
};