We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cceae commit d3d2f29Copy full SHA for d3d2f29
1 file changed
packages/cluster/src/common.js
@@ -166,7 +166,7 @@ module.exports.makeEnvironment = cfg => {
166
167
const resolveCustomContextPath = resolved => {
168
let contextPath = resolved.customContext
169
- if (customContext === '') {
+ if (customContext === '' || customContext === true) {
170
contextPath = resolved.name
171
}
172
return contextPath ? `/${contextPath}` : ''
0 commit comments