mirror of
https://github.com/mdbootstrap/Tailwind-Elements.git
synced 2026-01-18 16:16:29 +00:00
* migrate app to vite (without demo) * change css and js paths for demo sites * fix sidenav onload animation jump * test modules build * Update getting section: add vite tutorial * Style.css file minification * Fix: Missing type declaration files * fix getting started snippets * Quick Start Vite - add terminal types to snippets * Build config updates * update vite config + autoinit * update autoinit + init methods for components * autoinit fixes + docs sourcemap fix * update script location for demo sites * Add demo pages build & deploy config * Custom scripts update * change in autoinit method * change in autoinit method * change in dismiss utill method * added/change in vite documentation * prevent multi init of components * changes in vite documentation * docs - update css optimization section * docs - change in css optimization section * Optimisation page - change section name * changes in autoinit method * fix sidenav paths + add TE version to disclaimer * Initiated list of components refactor * update autoinit method and quick start docs * update documentation pages with autoinits / vite * Add Chip to the autoinit * add file * update documentation pages after review * update docs + autoinit updates * remove not necessary async * changes in vite.config.js * change quick start section order + chunks name * update vite config + change charts init --------- Co-authored-by: Mikolaj Smolenski <smolenski.mikolaj@gmail.com>
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|