Framework7 casing and Webpack comments/documentation update #1298
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve code consistency and add documentation. The most important changes include renaming the
framework7
import toFramework7
for consistency, adding detailed comments and documentation towebpack.config.js
, and updating thewebpack
configuration to use consistent naming conventions.Code Consistency Improvements:
framework7
toFramework7
insrc/Scripts/framework7.ts
for consistency. ([src/Scripts/framework7.tsL8-R9](https://github.com/microsoft/MHA/pull/1298/files#diff-54c4dbbd98e4bbf7e24df09ad30333ae4285ba7ae783d48367c7468988caf8d1L8-R9)
)framework7
insrc/Scripts/ui/newMobilePaneIosFrame.ts
to useFramework7
. ([[1]](https://github.com/microsoft/MHA/pull/1298/files#diff-4664965c566e80c001501551a920453bfa863087b3752e5f3a7bc8977625168aL9-R9)
,[[2]](https://github.com/microsoft/MHA/pull/1298/files#diff-4664965c566e80c001501551a920453bfa863087b3752e5f3a7bc8977625168aL21-R21)
,[[3]](https://github.com/microsoft/MHA/pull/1298/files#diff-4664965c566e80c001501551a920453bfa863087b3752e5f3a7bc8977625168aL30-R30)
)Documentation and Comments:
webpack.config.js
to explain the configuration, plugins, functions, and environment variables used. ([[1]](https://github.com/microsoft/MHA/pull/1298/files#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fR1-R48)
,[[2]](https://github.com/microsoft/MHA/pull/1298/files#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fL21-R65)
,[[3]](https://github.com/microsoft/MHA/pull/1298/files#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fL44-R93)
,[[4]](https://github.com/microsoft/MHA/pull/1298/files#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fR103-R140)
,[[5]](https://github.com/microsoft/MHA/pull/1298/files#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fL83-R158)
,[[6]](https://github.com/microsoft/MHA/pull/1298/files#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fL133-R206)
)