Skip to content

Commit bedb2a5

Browse files
committed
Remove warning comment in webpack config
1 parent 4554aa4 commit bedb2a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/webpack.base.babel.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
const path = require('path');
66
const webpack = require('webpack');
77

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.'
128
process.noDeprecation = true;
139

1410
module.exports = (options) => ({

0 commit comments

Comments
 (0)