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 f371393 commit 76042c5Copy full SHA for 76042c5
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.2.1",
+ "version": "2.2.2",
3
"private": true,
4
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
5
"babel": {
src/index.js
@@ -92,10 +92,6 @@ export default class {
92
encoding: "utf8",
93
},
94
sourceType: "module",
95
- source: {
96
- include: compilation.entries.map(entry => entry.context),
97
- includePattern: ".(ts|js|jsx)$",
98
- },
99
...this.options.jsdocConfig,
100
}
101
0 commit comments