mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
build(packages/vue): enable deps inlining
This commit is contained in:
@@ -3,6 +3,7 @@ import { defineBuildConfig } from 'unbuild';
|
||||
export default defineBuildConfig({
|
||||
externals: ['vue'],
|
||||
rollup: {
|
||||
inlineDependencies: true,
|
||||
esbuild: {
|
||||
// minify: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user