diff --git a/README.md b/README.md index a139f7f7c..c27bfd409 100644 --- a/README.md +++ b/README.md @@ -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" })] } ... }