wat
This commit is contained in:
@@ -87,8 +87,9 @@ export class UpdateManager extends Plugin{
|
||||
*/
|
||||
|
||||
const extensions = [
|
||||
new NPMExtension("knex", "./plugins", "0.19.2",),
|
||||
new NPMExtension("sqlite3", "./plugins", "4.1.0")
|
||||
new NPMExtension("sqlite3", "./plugins", "4.1.0"),
|
||||
new NPMExtension("frontblock", "./plugins", "latest")
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -19,9 +19,9 @@ module.exports = [{
|
||||
__dirname: false,
|
||||
Buffer: true,
|
||||
},
|
||||
externals:[
|
||||
'knex'
|
||||
],
|
||||
externals:{
|
||||
sqlite3: 'sqlite3',
|
||||
},
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user