This website requires JavaScript.
Explore
Help
Sign in
hj
/
pleroma-fe
Watch
1
Star
0
Fork
You've already forked pleroma-fe
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
add0e5f934
Branches
Tags
No results found.
pleroma-fe
/
postcss.config.js
8 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use vite to replace webpack
2025-02-28 10:52:04 -05:00
import
autoprefixer
from
'autoprefixer'
export
default
{
revives autoprefixer which went AWOL during Webpack v1 -> v4 migration
2019-08-14 01:18:07 +03:00
plugins
:
[
Use vite to replace webpack
2025-02-28 10:52:04 -05:00
autoprefixer
revives autoprefixer which went AWOL during Webpack v1 -> v4 migration
2019-08-14 01:18:07 +03:00
]
}
Reference in a new issue
Copy permalink