Closed RatulHasan closed 1 month ago
The changes involve modifications to two files: assets/js/frontend.js
and webpack.config.js
. In frontend.js
, a line of code that redirected the window location based on the presence of a hash in the URL has been commented out, disabling the page reload functionality. In webpack.config.js
, the host
property has been changed from 'localhost'
to 'wedocs.test'
, updating the network address for the development server while keeping the port unchanged.
File | Change Summary |
---|---|
assets/js/frontend.js | Commented out a line that redirected the window location based on the presence of a hash. |
webpack.config.js | Changed the host property from 'localhost' to 'wedocs.test' in the Webpack configuration. |
🐰 In the code where rabbits play,
A hash no longer leads astray.
Withwedocs.test
, we hop along,
In our dev world, we belong!
Cheers to changes, big and small,
Let’s code together, one and all! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
To fix the page reload when the hash is present in the frontend URL. This will fix this Issue Dependency
Summary by CodeRabbit
New Features
Configuration Changes