Thanks @ScottDurow
Here is the output of the "npm start watch", I have highlighted where it lists the MainGrid.tsx file there.
Also here is the script section of the package.json just in case there may be something that I have done wrong there;
"scripts": {
"storybook": "start-storybook",
"lint": "eslint --ext .jsx,.js src/",
"test": "npx jest --verbose ./test",
"test:update": "npx jest --updateSnapshot --verbose ./test",
"test:output": "npx jest --verbose ./test --json --outputFile=./test/__results__/.jest-test-results.json",
"doc": "jsdoc -c jsdoc.json",
"//PCF": "*****************************************************************",
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start -w"
},
> pcf-scripts start -w "watch"
[9:17:54] [start] Initializing...
[9:17:54] [start] Validating manifest...
[9:17:54] [start] Validating control...
[9:17:57] [start] Generating manifest types...
[9:17:57] [start] Compiling and bundling control...
[BABEL] Note: The code generator has deoptimised the styling of C:\Dev\CL\PowerApps\PCFComponents\PLALoanProductsEntry\node_modules\react-dom\cjs\react-dom.development.js as it exceeds the max of 500KB.
[Webpack stats]:
Hash: 347782d66c00752680c4
Version: webpack 4.42.1
Time: 25722ms
Built at: 24/09/2020 9:18:23 am
Asset Size Chunks Chunk Names
bundle.js 4.57 MiB main [emitted] main
Entrypoint main = bundle.js
[./PLALoanProductsEntry/MainServiceProvider.ts] 374 bytes {main} [built]
[./PLALoanProductsEntry/Models/PLAData.tsx] 151 bytes {main} [built]
[./PLALoanProductsEntry/Models/PLALoanInventory.ts] 187 bytes {main} [built]
[./PLALoanProductsEntry/Services/ServiceProviderBase.ts] 971 bytes {main} [built]
[./PLALoanProductsEntry/ViewModels/MainVM.ts] 11.4 KiB {main} [built]
[./PLALoanProductsEntry/Views/MainGrid.tsx] 8.12 KiB {main} [built]
[./PLALoanProductsEntry/Views/MainGridCommandCells.tsx] 783 bytes {main} [built]
[./PLALoanProductsEntry/index.ts] 4.5 KiB {main} [built]
[./PLALoanProductsEntry/testdata/plaProducts.json] 1.28 KiB {main} [built]
[./PLALoanProductsEntry/testdata/plaProductsInit.json] 25 bytes {main} [built]
[./node_modules/@emotion/core/dist/core.browser.esm.js] 10.7 KiB {main} [built]
[./node_modules/@progress/kendo-data-query/dist/es/main.js] 816 bytes {main} [built]
[./node_modules/@progress/kendo-react-buttons/dist/es/main.js] 780 bytes {main} [built]
[./node_modules/react-dom/index.js] 1.32 KiB {main} [built]
[./node_modules/react/index.js] 189 bytes {main} [built]
+ 677 hidden modules
[9:18:24] [start] Generating build outputs...
[9:18:24] [start] Starting control harness...
Starting control harness...
Mapping / to "C:\Dev\CL\PowerApps\PCFComponents\PLALoanProductsEntry\node_modules\pcf-start"
Serving "C:\Dev\CL\PowerApps\PCFComponents\PLALoanProductsEntry\out\controls\PLALoanProductsEntry" at http://127.0.0.1:8181
Ready for changes