I executed the code on two machines
git clone https://github.com/nuxt/nuxtjs.org.git
cd nuxtjs.org
yarn install
npm run build
I checked this folder .nuxt/dist/
, I found that some of the files are the same, some files are different,the same file .nuxt/dist/app.xxx.js
, the different file .nuxt/dist/common.xxx.js
。
The question is why does the same code differ in the execution of different machines