mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
module.exports = {
|
|
presets: ['next/babel'],
|
|
plugins: [['styled-components', { ssr: true }]],
|
|
};
|