query: {
presets: ['es2015']
}
webpack配置query属性提示如下:
(node:8632) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic
query: {
presets: ['es2015']
}
webpack配置query属性提示如下:
(node:8632) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic
我也遇到这个问题?请问解决了吗