Skip to content

Commit 50979a8

Browse files
committed
make plugin findable by require.resolve()
1 parent 10938a7 commit 50979a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-plugin-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"engines": {
1010
"node": ">=6"
1111
},
12-
"main": "index.js",
12+
"main": "./src/on-init-server.js",
1313
"publishConfig": {
1414
"access": "public"
1515
},

0 commit comments

Comments
 (0)