You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Tried installing 3.0.0-beta to see if it would get rid of the parseQuery warning, and instead I'm getting this error for every file:
ERROR in ./src/helpers/promise.ts
Module build failed: TypeError: query.substr is not a function
at Object.parseQuery (/Users/dpogue/Coding/project/node_modules/loader-utils/lib/parseQuery.js:12:11)
at Object.exports.default (/Users/dpogue/Coding/project/node_modules/istanbul-instrumenter-loader/dist/index.js:17:43)
@ ./src/helpers/promise.spec.ts 3:0-49
@ ./src .spec.ts$
@ ./webpack.tests.js
The text was updated successfully, but these errors were encountered:
Same here, I used Webpack 3.8.1, and I got this error
Module build failed: TypeError: this.query.substr is not a function
at Object.module.exports.pitch (/var/www/html/node_modules/expose-loader/index.js:43:34);
Edit: Solved. The problem was with expose-loader (not istanbul-instrumenter-loader) receiving an object instead of a string.
Tried installing 3.0.0-beta to see if it would get rid of the parseQuery warning, and instead I'm getting this error for every file:
The text was updated successfully, but these errors were encountered: