chore: remove unused .aegir config

This commit is contained in:
Friedel Ziegelmayer 2016-09-28 18:26:13 +02:00
parent 6ebc408f73
commit cecadba14d

View File

@ -1,16 +0,0 @@
'use strict'
const path = require('path')
module.exports = {
webpack: {
resolve: {
alias: {
'node-forge': path.resolve(__dirname, 'vendor/forge.bundle.js')
}
},
externals: {
ursa: '{}'
}
}
}