mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
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:
parent
4c2bffc7ba
commit
d4e2443875
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user