Skip to content

Commit 5174f34

Browse files
committed
docs(readme): correct README: "exports" should be "module.exports"
1 parent 0a98750 commit 5174f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Include something like the following in `webpack.config.js`:
6161
```js
6262
const ResolveTypeScriptPlugin = require("resolve-typescript-plugin");
6363

64-
exports = {
64+
module.exports = {
6565
module: {
6666
rules: [
6767
{

0 commit comments

Comments
 (0)