Changes to my code are not displayed when building the project. WebPack Doesn't seem to be compiling new React changes.
When building code, I am not seeing my changes. I've changed a simple Text Header on a page and ran the code and it does not change.
I've cleared my cache, restarted, tried a clean build and am at a loss as to what cold be causing this.
We have tested and this is only happening on React JSX pages. It doesn't look like Webpack is compiling the changes but rather old code.
run webpack --config webpack.config.js