We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a0f9b commit 93d1642Copy full SHA for 93d1642
src/options_resolvers/mode.js
@@ -4,7 +4,7 @@ import { isString } from '../utils';
4
* Resolves mode option for css-modules-require-hook
5
*
6
* @param {*} value
7
- * @returns {boolean}
+ * @returns {String}
8
*/
9
export default function mode(value/* , currentConfig */) {
10
if (!isString(value)) {
src/options_resolvers/rootDir.js
@@ -6,7 +6,7 @@ import { isString } from '../utils';
11
export default function rootDir(value/* , currentConfig */) {
12
0 commit comments