Discussed in #3139
Originally posted by Jwaegebaert March 15, 2022
When an SPFx project makes use of SPFx Fast Serve. Suggesting that the package helper of this should be upgraded to the same version. I personally use this a lot and recently came across this when upgrading to version 1.14.
e.g. package.json dev dependency needed to be upgraded to the following
"devDependencies": {
"spfx-fast-serve-helpers": "^1.14.0"
}
For version compatibility, see the matrix in the linked discussion.
Discussed in #3139
Originally posted by Jwaegebaert March 15, 2022
When an SPFx project makes use of
SPFx Fast Serve. Suggesting that the package helper of this should be upgraded to the same version. I personally use this a lot and recently came across this when upgrading to version 1.14.e.g.
package.jsondev dependency needed to be upgraded to the followingFor version compatibility, see the matrix in the linked discussion.