Commit 2e57d062 authored by Sébastien Chopin's avatar Sébastien Chopin Committed by GitHub

Set mode explicitly

parent a37eb9f6
module.exports = {
mode: 'universal',
build: {
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