docs: update typeorm-model-shim.js comment link (#4540)

This link http://webpack.github.io/docs/configuration.html#resolve no longer exist
This commit is contained in:
Kateile 2019-08-31 21:26:44 +03:00 committed by Kononnable
parent 4c2bffc7ba
commit d4e2443875

View File

@ -14,7 +14,7 @@
// }
// for webpack this is resolved this way:
// resolve: { // see: http://webpack.github.io/docs/configuration.html#resolve
// resolve: { // see: https://webpack.js.org/configuration/resolve/
// alias: {
// typeorm: path.resolve(__dirname, "../node_modules/typeorm/typeorm-model-shim")
// }
@ -229,4 +229,4 @@ exports.Generated = Generated;
return function (object, propertyName) {
};
}
exports.Index = Index;
exports.Index = Index;