我正在安装Meteor webpack包(https://github.com/thereactivestack/meteor-webpack),并且构建在npm模块上失败。更准确地说,它无法解析加载package.json
的{{1}}的路径。它似乎是require('./package')
而不是package/package.json
:
package.json
以下是导致项目失败的更改:https://github.com/gsabran/kickstart-meteor-react-flowrouter/commit/7249fe4a92429b0cff9ef8152559dc323b1f403b
有什么东西做得不对,或者是webpack / Meteor webpack的问题吗?