13d3d0cde6
refs https://github.com/TryGhost/Team/issues/3504 - Removed Cypress. Tests will get replaced by Playwright - Removed unused files and HTML files - Updated scripts to work similar to Portal, Signup-Form - Updated to pinned dependencies and removed unused dependencies
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|