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 4554aa4 commit bedb2a5Copy full SHA for bedb2a5
config/webpack.base.babel.js
@@ -5,10 +5,6 @@
5
const path = require('path');
6
const webpack = require('webpack');
7
8
-// Remove this line once the following warning goes away (it was meant for webpack loader authors not users):
9
-// 'DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic,
10
-// see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions()
11
-// in the next major version of loader-utils.'
12
process.noDeprecation = true;
13
14
module.exports = (options) => ({
0 commit comments