mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-20 01:34:47 +00:00
10 lines
213 B
JavaScript
10 lines
213 B
JavaScript
// babel-plugin-macros.config.js
|
|
module.exports = {
|
|
twin: {
|
|
config: './tailwind.config.js',
|
|
styled: '@emotion/styled',
|
|
format: 'auto',
|
|
hasSuggestions: true,
|
|
debug: false
|
|
}
|
|
} |