Skip to content

Commit

Permalink
Fixed TsconfigPathsPlugin config path in Readme (#1081)
Browse files Browse the repository at this point in the history
Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
  • Loading branch information
BiosBoy and johnnyreilly committed Jul 17, 2020
1 parent 74bf400 commit cd59216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -250,7 +250,7 @@ const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
module.exports = {
...
resolve: {
plugins: [new TsconfigPathsPlugin({ /*configFile: "./path/to/tsconfig.json" */ })]
plugins: [new TsconfigPathsPlugin({ configFile: "./path/to/tsconfig.json" })]
}
...
}
Expand Down

0 comments on commit cd59216

Please sign in to comment.