React Environment Setup and Build Tools Overview
|
Showing posts with label semantic versioning. Show all posts
Showing posts with label semantic versioning. Show all posts
Friday, May 22, 2020
React Environment Setup and Build Tools Overview
Labels:
bable,
Build Tools,
package-lock.json,
package.json,
semantic versioning,
SourceMap,
webpack
Wednesday, May 20, 2020
npm semantic versioning
NPM uses Semantic package versioning, which is a 3 part versioning like
7.5.5
<Major version>.<Minor version>.<Patch
version>
Patch version – Patch versions will includes bug fixes
Minor version – Minor versions will include feature additions without breaking changes
Major version – Major version changes can include breaking changes
Minor version – Minor versions will include feature additions without breaking changes
Major version – Major version changes can include breaking changes
Subscribe to:
Posts (Atom)