tasko-frontend/next.config.js

4 lines
93 B
JavaScript
Raw Normal View History

2020-01-13 12:54:17 +01:00
const withCSS = require('@zeit/next-css')
module.exports = withCSS({
2020-01-13 16:20:19 +01:00
cssModules: false
2020-01-13 12:54:17 +01:00
})