Encrypted local storage plugin
This commit is contained in:
parent
50b771680c
commit
cf2615bb88
4 changed files with 37 additions and 1 deletions
|
|
@ -101,6 +101,9 @@ var createBundle = function(opts) {
|
|||
b.require('./js/plugins/EncryptedInsightStorage', {
|
||||
expose: '../plugins/EncryptedInsightStorage'
|
||||
});
|
||||
b.require('./js/plugins/EncryptedLocalStorage', {
|
||||
expose: '../plugins/EncryptedLocalStorage'
|
||||
});
|
||||
}
|
||||
|
||||
b.require('./config', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue