Finally find the solution:
install @timfish/forge-externals-plugin
npm i -D @timfish/forge-externals-plugin
{
externals: {
sqlite3: 'commonjs2 sqlite3'
}
}
{
plugins: [
... other plugins
{
name: "@timfish/forge-externals-plugin",
config: {
"externals": ["sqlite3"],
"includeDeps": true
}
}
]
}