Hook up the android kotlin code to the send js code (#860)

This commit is contained in:
Donovan Preston
2018-07-27 09:11:46 -04:00
committed by GitHub
parent 5c7b4ace9a
commit a80d007e0c
16 changed files with 317 additions and 222 deletions

View File

@@ -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',