[examples] Fix "nuxtjs" example by adding a yarn.lock file (#5882)

`@babel/preset-env` shipped a change that broke Nuxt.js usage of the
module, so here we add a `yarn.lock` file that pins the preset-env
version to 7.12.17.

See: https://github.com/nuxt/nuxt.js/issues/8882
This commit is contained in:
Nathan Rajlich
2021-02-22 18:03:50 -08:00
committed by GitHub
parent a45b3d0982
commit 0256157391
3 changed files with 8117 additions and 2 deletions

View File

@@ -1,2 +1 @@
README.md README.md
yarn.lock

View File

@@ -13,6 +13,6 @@
"nuxt": "^2.0.0" "nuxt": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^1.18.9" "nodemon": "^2.0.7"
} }
} }

8116
examples/nuxtjs/yarn.lock Normal file

File diff suppressed because it is too large Load Diff