Fix build config

pull/12/head
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
1 changed files with 1 additions and 1 deletions

View File

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