babel.config.js 119 字节
Newer Older
1
module.exports = {
2 3
    extends: '@snowpack/app-scripts-react/babel.config.json',
    plugins: ['styled-components']
4
};