1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-03 09:17:39 +01:00

Fix build config

This commit is contained in:
Nikita Karamov 2020-07-04 22:10:58 +02:00
parent 62bde9aef0
commit ed9b763ad2
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF

View File

@ -40,7 +40,7 @@ if (!isDev) {
}
plugins.push(postcss({
extract: `${pkg.name}.css`,
extract: `${pkg.name}.min.css`,
plugins: [
(!isDev) && postcssPluginCssnano({
preset: 'default',