Commit eb10c77e authored by Pooya Parsa's avatar Pooya Parsa

disable extractCSS

reduce render-blocking stylesheet time
parent f0ec7c28
module.exports = {
build: {
extractCSS: true,
extend (config, { isClient }) {
config.resolve.alias['create-api'] = `./create-api-${isClient ? 'client' : 'server'}.js`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment