angular2 webpack构建错误

angular2 webpack build error

这是要点代码,有人帮忙吗?

https://gist.github.com/Dreampie/b58dd1152070ecf0f75a4e5fb7200615

Error is :Cannot resolve module 'angular2/platform/browser'

我想知道您是否需要将 'root' 属性 添加到您的解析对象中:我使用辅助函数 return 在我的 Angular2-Webpack-Lite boilerplate 中看到的根路径

resolve: {
    root: root('src')
}

如果这没有帮助,请随时查看我的样板文件并查看我的其余配置。

resolve: {
  modulesDirectories: ['node_modules'],
  extensions: ['', '.html', '.less', '.js', '.ts']
}

添加.js解决