rsnext/test/integration/dynamic-routing/next.config.js
JJ Kasper 77c5e36ba7 Escape output names for modern bundles to prevent replacing (#8232)
* Escape output names for modern bundles

* Update escaping for modern bundle
2019-08-11 23:32:18 -04:00

5 lines
60 B
JavaScript

module.exports = {
experimental: {
modern: true
}
}