mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
691f21c683
* fix(vue-app): handle missing payloads on full static Fixes #7717 * chore: rename routesManifest to manifest * chore: remove console.log * chore(vue-app): don't have staticAssetsBase if undefined * chore: add manifest option * test: update snapshot * chore: use foundRoute to avoid multiple vars name Co-authored-by: Pooya Parsa <pyapar@gmail.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
34 lines
516 B
JSON
34 lines
516 B
JSON
{
|
|
"extends": [
|
|
"@nuxtjs"
|
|
],
|
|
"baseBranches": [
|
|
"dev"
|
|
],
|
|
"ignoreDeps": [
|
|
"core-js",
|
|
"memory-fs",
|
|
"execa",
|
|
"pify",
|
|
"file-loader",
|
|
"url-loader",
|
|
"sass-loader",
|
|
"css-loader",
|
|
"node-sass",
|
|
"postcss",
|
|
"postcss-import",
|
|
"postcss-loader",
|
|
"postcss-url",
|
|
"thread-loader",
|
|
"fs-extra",
|
|
"chalk",
|
|
"wrap-ansi",
|
|
"terser-webpack-plugin",
|
|
"@types/terser-webpack-plugin",
|
|
"defu"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
}
|
|
}
|