This example uses the 'development' environment, which is the default environment. To try a different environment replace all occurances of 'development' with that environment.
- Optionally change the
DEPLOY_FOLDER
to a different folder to remove hashes from - Use
npm run remove-hash:development
- The files should be renamed to
file.js
andstyle.css
in the folder targeted byDEPLOY_FOLDER
(dist by default) - To run again, replace the contents of the folder targeted by
DEPLOY_FOLDER
with the contents of thecopy
folder