Open WillemElbers opened 4 years ago
Currently the webpack version is specified in both package.json and Makefile. It is not obvious the Makefile must be updated in order for the Travis CI to succeed. Make sure the Makefile is re-using the webpack version specified in package.json.
package.json
Makefile
Currently the webpack version is specified in both
package.json
andMakefile
. It is not obvious theMakefile
must be updated in order for the Travis CI to succeed. Make sure theMakefile
is re-using the webpack version specified inpackage.json
.