Move insight storage to a plugin
This commit is contained in:
parent
5f2a508f40
commit
15d11f7e5e
5 changed files with 82 additions and 59 deletions
|
|
@ -95,6 +95,9 @@ var createBundle = function(opts) {
|
|||
b.require('./plugins/GoogleDrive', {
|
||||
expose: '../plugins/GoogleDrive'
|
||||
});
|
||||
b.require('./plugins/InsightStorage', {
|
||||
expose: '../plugins/InsightStorage'
|
||||
});
|
||||
b.require('./plugins/LocalStorage', {
|
||||
expose: '../plugins/LocalStorage'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue