datahub/examples/learn/next.config.js
Luccas Mateus a1170e9239
Feature/openlayers map (#967)
* [maps][xl] - working with swc equals to minify

* [maps][xs] - fixing height
2023-07-06 21:02:19 -03:00

6 lines
71 B
JavaScript

const nextConfig = {
swcMinify: false
}
module.exports = nextConfig