@wavemaker/angular-codegen 11.4.1-next.141647 → 11.4.1-next.24708

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,8 +28,6 @@ const generateHash = async (filepath) => {
28
28
  return hash.digest('hex');
29
29
  };
30
30
  const generateHashForScripts = (updatedFilenames) => {
31
- //from angular 12(IVY), scripts array in angular json, doesn't allow `@` symbol in the name/value
32
- //so removed `@` from wavemaker.com in the file name and adding it back in the post-build.js file
33
31
  const scriptsMap = {};
34
32
  return new Promise(resolve => {
35
33
  fs.readdir(opPath, (err, items) => {