This commit is contained in:
Daniel Hübleitner
2019-08-27 17:38:14 +02:00
parent 2daa1ad388
commit 19e011d518
4 changed files with 8 additions and 19 deletions
+3 -2
View File
@@ -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")
]
+3 -3
View File
@@ -19,9 +19,9 @@ module.exports = [{
__dirname: false,
Buffer: true,
},
externals:[
'knex'
],
externals:{
sqlite3: 'sqlite3',
},
optimization: {
minimize: false
},