-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP remove imagery modules + add custom-webpack + add imagery submodu…
…les … (#3269) * remove imagery modules + add custom-webpack + add imagery submodules +update packages-list.json * moved submodule to ansyn-imagery-submodules * update submodule to a new commit * linting + rename @ansyn/ol to @ansyn/imagery-ol + remove imageries packages from build-libs.sh script + update cesium * clear code * change tsconfig libs paths to imagery-submodules * change submodule reference * change submodule commit ref * adding script for building submodules libs and add it to travis * fix * building libs * resolve comments * resolve comments * resolve comments * reslove comments * remove test submodules script * --max_old_space_size=20000 * build libs with enableIvy false * fix travis build * fix docker file * try fix build script * try check build docker * try fix docker * try fix build * try remove --prod * return --prod * working tests * try add extra console outputs to build prod * try add memory to build --prod * try fix travis 10m limit * return to previus angular json state * try add travis improvements * remove source map from prod * resolve comment - add cesium and webpack issue reference Co-authored-by: suzanz <[email protected]> Co-authored-by: asafMasa <[email protected]>
- Loading branch information
1 parent
1c2d023
commit a585503
Showing
230 changed files
with
6,385 additions
and
18,383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/app/@ansyn/imagery-submodules"] | ||
path = src/app/@ansyn/imagery-submodules | ||
url = https://github.com/AnSyn/imagery.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* This file was added in order to overcome a bug with Cesium and webpack (CesiumGS/cesium#8673) - it enables custom webpack config. */ | ||
// TODO - file should be removed in Cesium future versions. | ||
module.exports = { | ||
node: { | ||
// Resolve node module use of fs | ||
fs: "empty", | ||
Buffer: false, | ||
http: "empty", | ||
https: "empty", | ||
zlib: "empty" | ||
} | ||
}; |
Oops, something went wrong.