Skip to content

Commit

Permalink
remove pwa config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Oct 28, 2018
1 parent c0963cb commit c92a1e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export default {
dll: {
include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch', 'antd/es'],
},
hardSource: /* isMac */ process.platform === 'darwin',
pwa: true,
hardSource: /* isMac */ process.platform === 'darwin'
},
],
],
Expand Down

0 comments on commit c92a1e1

Please sign in to comment.