Skip to content

Commit

Permalink
feature: BIM-31853 remove @ngxs/store
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor Pushkov authored and = committed Jan 31, 2024
1 parent 5a0f654 commit 60cda65
Show file tree
Hide file tree
Showing 5 changed files with 1,044 additions and 608 deletions.
1 change: 0 additions & 1 deletion cspell.local-terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ bimeister
fesm
esm
млрд
ngxs
4 changes: 2 additions & 2 deletions do-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const esBuildConfig: BuildOptions = {
chunkNames: 'chunks/[name]-[hash]',
bundle: true,
splitting: true,
external: ['rxjs', '@ngxs/store', 'typescript', 'dts-bundle-generator'],
external: ['rxjs', 'typescript', 'dts-bundle-generator'],
minify: true,
platform: 'neutral',
sourcemap: 'external',
Expand All @@ -35,7 +35,7 @@ const esBuildConfig: BuildOptions = {
metafile: true,
legalComments: 'none'
};
const browserOnlyPackages: Set<string> = new Set<string>(['ngxs', 'resize-observable', 'intersection-observable']);
const browserOnlyPackages: Set<string> = new Set<string>(['resize-observable', 'intersection-observable']);
const nodeOnlyPackages: Set<string> = new Set<string>(['build', 'filesystem', 'performance']);
const typesOnlyPackages: Set<string> = new Set<string>(['traits', 'types', 'interfaces']);
const typeOnlyFileEndings: Set<string> = new Set<string>(
Expand Down
Loading

0 comments on commit 60cda65

Please sign in to comment.