mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
load android ui in dev when browsing to /android (#919)
This commit is contained in:
committed by
Donovan Preston
parent
041c8ffdd2
commit
17ee4e0058
@@ -183,6 +183,11 @@ const web = {
|
||||
{
|
||||
context: 'public',
|
||||
from: '*.*'
|
||||
},
|
||||
{
|
||||
context: 'android/app/src/main/assets',
|
||||
from: '*.*',
|
||||
to: 'android_asset'
|
||||
}
|
||||
]),
|
||||
new webpack.IgnorePlugin(/\.\.\/dist/), // used in common/*.js
|
||||
|
||||
Reference in New Issue
Block a user