File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
"compile:server" : " webpack --config webpack.server.config.js --progress --colors" ,
16
16
"serve:ssr" : " node dist/server" ,
17
17
"build:ssr" : " npm run build:client-and-server-bundles && npm run compile:server" ,
18
- "build:client-and-server-bundles" : " npm run build && ng run test-app:server:production"
18
+ "build:client-and-server-bundles" : " npm run build && ng run test-app:server:production --bundleDependencies all "
19
19
},
20
20
"dependencies" : {
21
21
"@angular/animations" : " ~8.2.0" ,
Original file line number Diff line number Diff line change 6
6
"sourceMap" : true ,
7
7
"declaration" : false ,
8
8
"moduleResolution" : " node" ,
9
+ "module" : " esnext" ,
10
+ "target" : " es2015" ,
9
11
"emitDecoratorMetadata" : true ,
10
12
"experimentalDecorators" : true ,
11
13
"typeRoots" : [
You can’t perform that action at this time.
0 commit comments