kopia lustrzana https://github.com/nolanlawson/pinafore
838 B
838 B
Breaking changes
This document contains a list of breaking changes for Pinafore. For a full changelog, see the GitHub release page.
1.0.0
Breaking change: This version switches Pinafore from npm to yarn. Those who self-host Pinafore will need to make the following changes:
- Install yarn if you haven't already.
- Instead of
npm install
, runyarn --pure-lockfile
.
This change fixes a functional bug in Webpack. If you use npm instead of yarn, Pinafore may not build correctly.
Notes:
- Using
yarn start
instead ofnpm start
should not make a difference. - Those using Docker shouldn't need to change anything.