mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
chore(kit): explicitly inline lodash-es
This commit is contained in:
parent
87a0ee59ae
commit
0c01273f5b
@ -5,6 +5,9 @@ export default defineBuildConfig({
|
|||||||
entries: [
|
entries: [
|
||||||
'src/index',
|
'src/index',
|
||||||
],
|
],
|
||||||
|
rollup: {
|
||||||
|
inlineDependencies: ['lodash-es'],
|
||||||
|
},
|
||||||
externals: [
|
externals: [
|
||||||
'@rspack/core',
|
'@rspack/core',
|
||||||
'@nuxt/schema',
|
'@nuxt/schema',
|
||||||
@ -13,5 +16,4 @@ export default defineBuildConfig({
|
|||||||
'vite',
|
'vite',
|
||||||
'h3',
|
'h3',
|
||||||
],
|
],
|
||||||
failOnWarn: false,
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user