Skip to content

Commit 10db2a3

Browse files
committed
No need to include whether compilation happened in the compile state
1 parent 48072c4 commit 10db2a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ module.exports = ({negotiateProtocol}) => {
7575

7676
return {
7777
extensions: extensions.slice(),
78-
rewritePaths: rewritePaths.slice(),
79-
compile
78+
rewritePaths: rewritePaths.slice()
8079
};
8180
},
8281

0 commit comments

Comments
 (0)