mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
6d0aa4bdd1
* Add support for purging tailwind styles. For #224 * Build prod version of tailwind in build script
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
module.exports = {
|
|
purge: {
|
|
mode: 'layers',
|
|
content: ['../../webroot/js/**.js', '../../webroot/js/**.html'],
|
|
},
|
|
};
|