problem description
vue2 + webpack3 production environment packaging, in ubantu16 environment packaging, password input box into plaintext input; windows packaging is normal. I lost my type= "password" by force
this is the result of packaging in linux environment
webpackjs
window
webpackjs
at first I thought it was the problem of webpack packaging, so I lost type. Later, I compared the files on both sides, and it seems to be correct.
compilation environment:
node 8.9.0
Server
nginx/1.8.1
I really don"t understand what went wrong, so I came to ask my colleagues for help!