Commits
William Welling authored 8d66f68dfa9
9 9 | commonExports.plugins, |
10 10 | new webpack.EnvironmentPlugin({ |
11 11 | 'process.env': { |
12 12 | NODE_ENV: JSON.stringify('production'), |
13 13 | AOT: true |
14 14 | } |
15 15 | }), |
16 16 | ], |
17 17 | mode: 'production', |
18 18 | recordsOutputPath: projectRoot('webpack.records.json'), |
19 - | entry: projectRoot('./src/main.server.ts'), |
19 + | entry: projectRoot('./server.ts'), |
20 20 | target: 'node', |
21 21 | externals: [nodeExternals({ |
22 22 | whitelist: [ |
23 23 | /@angular/, |
24 24 | /@ng/, |
25 25 | /angular2-text-mask/, |
26 26 | /ng2-file-upload/, |
27 27 | /ngx-sortablejs/, |
28 28 | /sortablejs/, |
29 29 | /ngx/] |