blog-fs/babel.config.js

5 lines
80 B
JavaScript
Raw Normal View History

2021-07-03 22:36:38 +08:00
module.exports = {
presets: ["next/babel"],
plugins: ["superjson-next"],
};