Fix build config
parent
62bde9aef0
commit
ed9b763ad2
|
@ -40,7 +40,7 @@ if (!isDev) {
|
|||
}
|
||||
|
||||
plugins.push(postcss({
|
||||
extract: `${pkg.name}.css`,
|
||||
extract: `${pkg.name}.min.css`,
|
||||
plugins: [
|
||||
(!isDev) && postcssPluginCssnano({
|
||||
preset: 'default',
|
||||
|
|
Loading…
Reference in New Issue