|
|
return body.replace(fooRegExp, 'bar'); // replace to bar
|
|
return body.replace(fooRegExp, 'bar'); // replace to bar
|
|
|
By passing `custom` in the environment variable `MIGRATION_MODULE` and executing it, you can apply the `custom.js` to all the latest `revisions`.
|
|
By passing `custom` in the environment variable `MIGRATION_MODULE` and executing it, you can apply the `custom.js` to all the latest `revisions`.
|