Implement ios prototype version

This commit is contained in:
Donovan Preston
2018-07-27 09:20:08 -04:00
parent a80d007e0c
commit e3601055fc
24 changed files with 1368 additions and 1 deletions

View File

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