Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
6f278208
Commit
6f278208
authored
Jan 11, 2018
by
jim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #649 browserHistory error
parent
5820d950
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.webpackrc
.webpackrc
+1
-0
index.js
src/index.js
+3
-0
No files found.
.webpackrc
View file @
6f278208
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
"html": {
"html": {
"template": "./src/index.ejs"
"template": "./src/index.ejs"
},
},
"publicPath": "/",
"disableDynamicImport": true,
"disableDynamicImport": true,
"hash": true
"hash": true
}
}
src/index.js
View file @
6f278208
import
'@babel/polyfill'
;
import
'@babel/polyfill'
;
import
dva
from
'dva'
;
import
dva
from
'dva'
;
import
createHistory
from
'history/createHashHistory'
;
import
createHistory
from
'history/createHashHistory'
;
// user BrowserHistory
// import createHistory from 'history/createBrowserHistory';
import
createLoading
from
'dva-loading'
;
import
createLoading
from
'dva-loading'
;
import
'moment/locale/zh-cn'
;
import
'moment/locale/zh-cn'
;
import
FastClick
from
'fastclick'
;
import
FastClick
from
'fastclick'
;
...
...
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