Skip to content

Commit cd59216

Browse files
Fixed TsconfigPathsPlugin config path in Readme (#1081)
Co-authored-by: John Reilly <[email protected]>
1 parent 74bf400 commit cd59216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
250250
module.exports = {
251251
...
252252
resolve: {
253-
plugins: [new TsconfigPathsPlugin({ /*configFile: "./path/to/tsconfig.json" */ })]
253+
plugins: [new TsconfigPathsPlugin({ configFile: "./path/to/tsconfig.json" })]
254254
}
255255
...
256256
}

0 commit comments

Comments
 (0)