docs: remove misplaced code in Universal guide (#26865)

PR Close #26865
This commit is contained in:
Emilio Martinez 2018-10-31 01:04:01 -07:00 committed by Miško Hevery
parent 44ec66d0a0
commit 94f17e9038
1 changed files with 0 additions and 1 deletions

View File

@ -385,7 +385,6 @@ Set up a webpack configuration to handle the Node Express `server.ts` file and s
In your app root directory, create a webpack configuration file (`webpack.server.config.js`) that compiles the `server.ts` file and its dependencies into `dist/server.js`.
<code-example format="." language="typescript" linenums="false">
@NgModule({
const path = require('path');
const webpack = require('webpack');