Closed lucasdicioccio closed 7 years ago
Thanks for the amazing tutorial.
I've never used Yarn/WebPack before, hence I guess it's a Yarn issue. The generated package.json does not contain a scripts key-value, hence the sentence should say something like "replace or add to the top-level JSON Object".
package.json
scripts
Fixed, thanks
Thanks for the amazing tutorial.
I've never used Yarn/WebPack before, hence I guess it's a Yarn issue. The generated
package.json
does not contain ascripts
key-value, hence the sentence should say something like "replace or add to the top-level JSON Object".