add LocalStorage plugin
This commit is contained in:
parent
c0360e7beb
commit
b9881c1147
10 changed files with 101 additions and 16 deletions
|
|
@ -91,6 +91,10 @@ var createBundle = function(opts) {
|
|||
b.require('./plugins/GoogleDrive', {
|
||||
expose: '../plugins/GoogleDrive'
|
||||
});
|
||||
b.require('./plugins/LocalStorage', {
|
||||
expose: '../plugins/LocalStorage'
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
b.require('./config', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue