supernova: fix posthtml-postcss options
This commit is contained in:
parent
bd61bcdc1f
commit
caf23d1fd2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ function html() {
|
|||
root: 'supernova',
|
||||
plugins: posthtmlPlugins
|
||||
}),
|
||||
require('posthtml-postcss')(postcssPlugins, /^text\/css$/),
|
||||
require('posthtml-postcss')(postcssPlugins, {}, /^text\/css$/),
|
||||
]))
|
||||
.pipe(rename(path => {
|
||||
path.basename = 'index'
|
||||
|
|
Loading…
Reference in a new issue