fix: example

This commit is contained in:
Zhicheng Wang 2018-10-28 22:22:26 +08:00
parent a174798cf8
commit cd9a2ad727
1 changed files with 0 additions and 1 deletions

View File

@ -579,7 +579,6 @@ In your app root directory, create a webpack configuration file (`webpack.server
在应用的根目录下,创建一个 Webpack 配置文件 `webpack.server.config.js`,它会把 `server.ts` 及其依赖编译到 `dist/server.js` 中。
<code-example format="." language="typescript" linenums="false">
@NgModule({
const path = require('path');
const webpack = require('webpack');