mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 07:12:37 +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: [
|
||||
'src/index',
|
||||
],
|
||||
rollup: {
|
||||
inlineDependencies: ['lodash-es'],
|
||||
},
|
||||
externals: [
|
||||
'@rspack/core',
|
||||
'@nuxt/schema',
|
||||
@ -13,5 +16,4 @@ export default defineBuildConfig({
|
||||
'vite',
|
||||
'h3',
|
||||
],
|
||||
failOnWarn: false,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user