You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Every time nativescript-dev-webpack is installed in my project, package.json is changed from 2-space indentation to a 4-space indentation.
npm install --save another-package will then rewrite the file with 2-space indentation.
This means that we either have to reformat the file before adding the changes or have unneeded changes in our git history, with the potential merge conflicts this gives.
Please reserve existing indentation in package.json.
The text was updated successfully, but these errors were encountered:
Every time
nativescript-dev-webpack
is installed in my project,package.json
is changed from 2-space indentation to a 4-space indentation.npm install --save another-package
will then rewrite the file with 2-space indentation.This means that we either have to reformat the file before adding the changes or have unneeded changes in our git history, with the potential merge conflicts this gives.
Please reserve existing indentation in package.json.
The text was updated successfully, but these errors were encountered: