fix: optimize tldraw demo startup time

This commit is contained in:
Peng Xiao
2022-08-23 11:00:24 +08:00
parent 3a732aa4e2
commit fb0ac634d2
3 changed files with 16 additions and 2 deletions

View File

@@ -3,7 +3,13 @@ module.exports = {
'postcss-import': {},
'postcss-nested': {},
'postcss-import-ext-glob': {},
tailwindcss: {},
'tailwindcss/nesting': {},
tailwindcss: {
content: [
'./**/*.jsx',
'../../apps/**/*.{js,jsx,ts,tsx}',
]
},
autoprefixer: {},
},
}