带有Angular Universal的Webpack和SSR

问题描述

当前正在尝试使用webpack来构建一个角度项目,并使其设置为使用AOT进行构建,但是我希望使用Angular Universal来实现SSR,问题是该构建是使用webpack而不是angular cli。问题是这是否有可能(也许正在修改我的tsconfig?)?还是我必须使用angular build命令?

TSCONfig.JSON:

{
  "compilerOptions": {
    "target": "es5","module": "esnext","moduleResolution": "node","sourceMap": true,"emitDecoratorMetadata": true,"experimentalDecorators": true,"noImplicitAny": false,"skipLibCheck": true,"suppressImplicitAnyIndexErrors": true,"esModuleInterop": true,"allowSyntheticDefaultImports":true,"lib": ["es6","dom"],"typeRoots": ["node_modules/@types"]
  },"exclude": ["node_modules"]
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)