mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-04-28 06:55:22 +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
|
||
|
|
}
|
||
|
|
}
|