Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
f9a06d9f
Commit
f9a06d9f
authored
Aug 29, 2018
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update umi config by setting polyfill to IE11 and enable dynamicImport
parent
b55ce83e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+2
-2
config/config.js
config/config.js
+2
-1
No files found.
.gitignore
View file @
f9a06d9f
...
...
@@ -28,11 +28,11 @@ jsconfig.json
*.log
functions/mock
.temp
/**
.temp
# umi
.umi
.umi-production
# screenshot
screenshot
\ No newline at end of file
screenshot
config/config.js
View file @
f9a06d9f
...
...
@@ -17,7 +17,8 @@ export default {
default
:
'
zh-CN
'
,
// default zh-CN
baseNavigator
:
true
,
// default true, when it is true, will use `navigator.language` overwrite default
},
polyfills
:
[
'
ie9
'
],
dynamicImport
:
true
,
polyfills
:
[
'
ie11
'
],
...(
!
process
.
env
.
TEST
&&
require
(
'
os
'
).
platform
()
===
'
darwin
'
?
{
dll
:
[
'
dva
'
,
'
dva/router
'
,
'
dva/saga
'
,
'
dva/fetch
'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment