mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-04-29 07:25:24 +00:00
init base frontend
This commit is contained in:
parent
ade7f7e288
commit
cfa645120d
52 changed files with 19366 additions and 9 deletions
10
app/webapp/babel-plugin-macros.config.js
Normal file
10
app/webapp/babel-plugin-macros.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// babel-plugin-macros.config.js
|
||||
module.exports = {
|
||||
twin: {
|
||||
config: './tailwind.config.js',
|
||||
styled: '@emotion/styled',
|
||||
format: 'auto',
|
||||
hasSuggestions: true,
|
||||
debug: false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue