mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
chore: fix issues with pnp [release]
This commit is contained in:
parent
0e1d9cf869
commit
49ceba698c
@ -61,7 +61,7 @@
|
|||||||
"improved-yarn-audit": "^2.3.2",
|
"improved-yarn-audit": "^2.3.2",
|
||||||
"is-wsl": "^2.2.0",
|
"is-wsl": "^2.2.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"jiti": "^0.1.17",
|
"jiti": "^0.1.18",
|
||||||
"jsdom": "^16.4.0",
|
"jsdom": "^16.4.0",
|
||||||
"jsonfile": "^6.1.0",
|
"jsonfile": "^6.1.0",
|
||||||
"klaw-sync": "^6.0.0",
|
"klaw-sync": "^6.0.0",
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"defu": "^3.2.2",
|
"defu": "^3.2.2",
|
||||||
"destr": "^1.0.1",
|
"destr": "^1.0.1",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"jiti": "^0.1.17",
|
"jiti": "^0.1.18",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"rc9": "^1.2.0",
|
"rc9": "^1.2.0",
|
||||||
"std-env": "^2.2.1",
|
"std-env": "^2.2.1",
|
||||||
|
@ -67,11 +67,13 @@ export function resolveModule (id, paths) {
|
|||||||
if (typeof paths === 'string') {
|
if (typeof paths === 'string') {
|
||||||
paths = [paths]
|
paths = [paths]
|
||||||
}
|
}
|
||||||
return _require.resolve(id, [
|
return _require.resolve(id, {
|
||||||
process.cwd(),
|
paths: [
|
||||||
...(paths || []),
|
process.cwd(),
|
||||||
...(global.__NUXT_PATHS__ || [])
|
...(paths || []),
|
||||||
])
|
...(global.__NUXT_PATHS__ || [])
|
||||||
|
]
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function requireModule (id, paths) {
|
export function requireModule (id, paths) {
|
||||||
|
@ -2,6 +2,7 @@ export default {
|
|||||||
build: true,
|
build: true,
|
||||||
ignoreUnused: [
|
ignoreUnused: [
|
||||||
'@nuxt/babel-preset-app',
|
'@nuxt/babel-preset-app',
|
||||||
|
'@babel/core', // peerDependency of babel-loader
|
||||||
'babel-loader',
|
'babel-loader',
|
||||||
'cache-loader',
|
'cache-loader',
|
||||||
'caniuse-lite',
|
'caniuse-lite',
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@babel/core": "^7.12.10",
|
||||||
"@nuxt/babel-preset-app": "2.14.12",
|
"@nuxt/babel-preset-app": "2.14.12",
|
||||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
|
||||||
"@nuxt/utils": "2.14.12",
|
"@nuxt/utils": "2.14.12",
|
||||||
|
@ -8100,11 +8100,16 @@ jest@^26.6.3:
|
|||||||
import-local "^3.0.2"
|
import-local "^3.0.2"
|
||||||
jest-cli "^26.6.3"
|
jest-cli "^26.6.3"
|
||||||
|
|
||||||
jiti@^0.1.16, jiti@^0.1.17:
|
jiti@^0.1.16:
|
||||||
version "0.1.17"
|
version "0.1.17"
|
||||||
resolved "https://registry.npmjs.org/jiti/-/jiti-0.1.17.tgz#b693a29c94d0ca4f82a4624b40dd9915527416be"
|
resolved "https://registry.npmjs.org/jiti/-/jiti-0.1.17.tgz#b693a29c94d0ca4f82a4624b40dd9915527416be"
|
||||||
integrity sha512-IlUGuEHKA44dqJoSqpv1poIRyyi31ciEmpLlRZCmo9TasVSZhwfmaVUuQVs26EHuwYdx+NirOm41+wbykH/+9Q==
|
integrity sha512-IlUGuEHKA44dqJoSqpv1poIRyyi31ciEmpLlRZCmo9TasVSZhwfmaVUuQVs26EHuwYdx+NirOm41+wbykH/+9Q==
|
||||||
|
|
||||||
|
jiti@^0.1.18:
|
||||||
|
version "0.1.18"
|
||||||
|
resolved "https://registry.npmjs.org/jiti/-/jiti-0.1.18.tgz#1120c59f538667ab128ae9d7edde96ab837d8f33"
|
||||||
|
integrity sha512-UUoooMMbuKJivBJL8tH+Tkf4gdF4CcwdaswrBW+HJxme0L1NWjXEV8A4wxgHW2s5rJnDM5NoVmuUYT6PNSgKmw==
|
||||||
|
|
||||||
js-beautify@^1.6.12:
|
js-beautify@^1.6.12:
|
||||||
version "1.13.0"
|
version "1.13.0"
|
||||||
resolved "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.0.tgz#a056d5d3acfd4918549aae3ab039f9f3c51eebb2"
|
resolved "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.0.tgz#a056d5d3acfd4918549aae3ab039f9f3c51eebb2"
|
||||||
|
Loading…
Reference in New Issue
Block a user