Skip to content

hash changed after build in prod mode in diffrent machine #1728

Closed
@zhouxinyong

Description

@zhouxinyong

Version

3.0.0-rc.3

Steps to reproduce

  1. npm i -g @vue/cli
  2. vue ui
  3. create a project
  4. run build in diffrent machine (one is ubuntu, the other is window)

What is expected?

the file hash is same after build in diffrent machine

What is actually happening?

the chunk-vendors hash is same in diffrent machine
but the app.js and app.css hash are not same!?

the below image show the build result in ubuntu:
_215

and there is the build result in windows:
_20180702111550

Is there any solution to fix this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions