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 c1b8157 commit ba4a2d3Copy full SHA for ba4a2d3
test/mock-loaders/docs.js
@@ -1,5 +1,7 @@
1
module.exports = function (source, map) {
2
- this.callback(null, 'module.exports = function(Component) {Component.options.__docs = ' +
3
- JSON.stringify(source) +
4
- '}', map)
+ this.callback(null,
+ 'module.exports = function(Component) {Component.options.__docs = ' +
+ JSON.stringify(source) +
5
+ '}',
6
+ map)
7
}
0 commit comments