mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
Implement ios prototype version
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@ const web = {
|
||||
// because they are not explicitly referenced by app
|
||||
vendor: ['babel-polyfill', 'fluent'],
|
||||
app: ['./app/main.js'],
|
||||
android: ['./android/android.js']
|
||||
android: ['./android/android.js'],
|
||||
ios: ['./ios/ios.js']
|
||||
},
|
||||
output: {
|
||||
filename: '[name].[hash:8].js',
|
||||
|
||||
Reference in New Issue
Block a user