Problem
Configuration examples in README.md show incorrect build output path.
Documentation shows:
"args": ["C:\\path\\server-sharepoint\\build\\index.js"]
Actual path after npm run build:
"args": ["C:\\path\\server-sharepoint\\build\\src\\index.js"]
Impact
Users get "file not found" errors when following documentation examples.
Fix
Update README.md examples to use build/src/index.js instead of build/index.js.
Problem
Configuration examples in README.md show incorrect build output path.
Documentation shows:
Actual path after
npm run build:Impact
Users get "file not found" errors when following documentation examples.
Fix
Update README.md examples to use
build/src/index.jsinstead ofbuild/index.js.