mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
fix: use frappe-ui theme colors and fixed tailwind config
This commit is contained in:
@@ -55,18 +55,16 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, 'src'),
|
||||
'tailwind.config.js': path.resolve(__dirname, 'tailwind.config.js'),
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'feather-icons',
|
||||
'showdown',
|
||||
'engine.io-client',
|
||||
'tailwind.config.js',
|
||||
'interactjs',
|
||||
'highlight.js',
|
||||
'plyr',
|
||||
],
|
||||
exclude: ['frappe-ui']
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user