mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Hook up the android kotlin code to the send js code (#860)
This commit is contained in:
@@ -31,7 +31,8 @@ const web = {
|
||||
// babel-polyfill and fluent are directly included in vendor
|
||||
// because they are not explicitly referenced by app
|
||||
vendor: ['babel-polyfill', 'fluent'],
|
||||
app: ['./app/main.js']
|
||||
app: ['./app/main.js'],
|
||||
android: ['./android/android.js']
|
||||
},
|
||||
output: {
|
||||
filename: '[name].[hash:8].js',
|
||||
|
||||
Reference in New Issue
Block a user