mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-13 10:28:13 +08:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
module.exports = ({ env, options }) => ({
|
|
...options,
|
|
plugins: [
|
|
require('autoprefixer')({}),
|
|
// require('flex-gap-polyfill')() // bugly with vite
|
|
// require('stylelint')({}), //
|
|
],
|
|
})
|