mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
925abf8123
* chore(pkg): show build error loc * fix(cli): add nuxt serve dependencies * chore: update rollup resolve and commonjs plugins to latest * test: mock listener for nuxt serve
26 lines
348 B
JSON
26 lines
348 B
JSON
{
|
|
"extends": [
|
|
"@nuxtjs"
|
|
],
|
|
"baseBranches": [
|
|
"dev",
|
|
"next"
|
|
],
|
|
"ignoreDeps": [
|
|
"core-js",
|
|
"memory-fs",
|
|
"execa",
|
|
"pify",
|
|
"file-loader",
|
|
"url-loader",
|
|
"@babel/parser",
|
|
"fs-extra",
|
|
"chalk",
|
|
"wrap-ansi",
|
|
"terser-webpack-plugin"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
}
|
|
}
|