-
Notifications
You must be signed in to change notification settings - Fork 919
DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic #666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same warning here the link webpack/loader-utils#56 |
same problem here |
1 similar comment
same problem here |
How can i fix it? |
set |
@kazupon The warning seems to reappear at the line: |
where is the webpack config? how to set process.noDeprecation = true? |
@Rainjay where? use vue-cli,can't find any file named"webpack.config.js", "webpack.base.conf.js"? how to add it? |
you need update:dev-server .js |
how to fix? |
Agree. Does |
Getting this error with npm run production on laravel-mix. Previously everything was fine. Compiled assets file is missing x2 "/" characters to comment out Vue.js and Sizzle.js about code. Including the characters to comment out the file does not allow code to be pushed into production. Might be worth noting that npm run dev compiles fine |
@connor11528 Don't do this though. This just suppresses deprecation warnings but doesn't actually fix anything. Webpack should still load properly |
Is this fixed to #671? |
update: dev-server.js |
+1 for @ohute-couture... I wish this was properly addressed on |
Why was this issue closed? I'm seeing this on |
@jmduke I'm guessing since there was a potential fix by @yyx990803 with the pr 1d63e9e. |
2.0中这个文件没有了 请问这个该怎么修改? |
Hi all! I made a new webpack-simple project, and when running npm run build I get presented with the message in the title. Specifically:
This is visible when using
performance: { hints: "warning" }
in your webpack config.Additionally, doing an npm run dev I get this warning text:
What can be done about any of this two things? This is coming from a plain new
vue init webpack-simple $myproject
build, not something particularly involved and I'm not sure it is intentionalThe text was updated successfully, but these errors were encountered: