Skip to content

Commit

Permalink
support edge 18 maybe
Browse files Browse the repository at this point in the history
Co-authored-by: timvisee <[email protected]>
  • Loading branch information
dannycoates and timvisee committed Oct 16, 2020
1 parent 4e9625e commit c44c4ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions browserslist
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ last 2 chrome versions
last 2 firefox versions
last 2 safari versions
last 2 edge versions
edge 18
firefox esr
7 changes: 4 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const webJsOptions = {
[
'@babel/preset-env',
{
bugfixes: true,
useBuiltIns: 'entry',
corejs: 3
}
Expand Down Expand Up @@ -78,9 +79,9 @@ const serviceWorker = {
const web = {
target: 'web',
entry: {
app: ['./app/main.js'],
android: ['./android/android.js'],
ios: ['./ios/ios.js']
app: ['./app/main.js']
// android: ['./android/android.js'],
// ios: ['./ios/ios.js']
},
output: {
chunkFilename: '[name].[contenthash:8].js',
Expand Down

0 comments on commit c44c4ba

Please sign in to comment.