We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf400 commit cd59216Copy full SHA for cd59216
1 file changed
README.md
@@ -250,7 +250,7 @@ const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
250
module.exports = {
251
...
252
resolve: {
253
- plugins: [new TsconfigPathsPlugin({ /*configFile: "./path/to/tsconfig.json" */ })]
+ plugins: [new TsconfigPathsPlugin({ configFile: "./path/to/tsconfig.json" })]
254
}
255
256
0 commit comments