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
A
ant-design-pro
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
ant-design-pro
Commits
a44b833b
Commit
a44b833b
authored
Jul 03, 2018
by
陈帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chage temp file path
parent
aedadc36
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
.gitignore
.gitignore
+1
-1
package.json
package.json
+7
-7
webpack.config.js
webpack.config.js
+1
-1
No files found.
.gitignore
View file @
a44b833b
...
@@ -28,4 +28,4 @@ jsconfig.json
...
@@ -28,4 +28,4 @@ jsconfig.json
*.log
*.log
functions/mock
functions/mock
temp/**
.
temp/**
package.json
View file @
a44b833b
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"
@antv/data-set
"
:
"
^0.8.0
"
,
"
@antv/data-set
"
:
"
^0.8.0
"
,
"
antd
"
:
"
^3.6.
2
"
,
"
antd
"
:
"
^3.6.
5
"
,
"
bizcharts
"
:
"
^3.1.10
"
,
"
bizcharts
"
:
"
^3.1.10
"
,
"
bizcharts-plugin-slider
"
:
"
^2.0.3
"
,
"
bizcharts-plugin-slider
"
:
"
^2.0.3
"
,
"
classnames
"
:
"
^2.2.6
"
,
"
classnames
"
:
"
^2.2.6
"
,
...
@@ -33,17 +33,17 @@
...
@@ -33,17 +33,17 @@
"
lodash
"
:
"
^4.17.4
"
,
"
lodash
"
:
"
^4.17.4
"
,
"
lodash-decorators
"
:
"
^6.0.0
"
,
"
lodash-decorators
"
:
"
^6.0.0
"
,
"
lodash.isequal
"
:
"
^4.5.0
"
,
"
lodash.isequal
"
:
"
^4.5.0
"
,
"
moment
"
:
"
^2.22.
0
"
,
"
moment
"
:
"
^2.22.
2
"
,
"
numeral
"
:
"
^2.0.6
"
,
"
numeral
"
:
"
^2.0.6
"
,
"
omit.js
"
:
"
^1.0.0
"
,
"
omit.js
"
:
"
^1.0.0
"
,
"
path-to-regexp
"
:
"
^2.1.0
"
,
"
path-to-regexp
"
:
"
^2.1.0
"
,
"
prop-types
"
:
"
^15.5.10
"
,
"
prop-types
"
:
"
^15.5.10
"
,
"
qs
"
:
"
^6.5.
0
"
,
"
qs
"
:
"
^6.5.
2
"
,
"
rc-drawer
"
:
"
^1.5.
1
"
,
"
rc-drawer
"
:
"
^1.5.
2
"
,
"
react
"
:
"
^16.4.
0
"
,
"
react
"
:
"
^16.4.
1
"
,
"
react-container-query
"
:
"
^0.11.0
"
,
"
react-container-query
"
:
"
^0.11.0
"
,
"
react-document-title
"
:
"
^2.0.3
"
,
"
react-document-title
"
:
"
^2.0.3
"
,
"
react-dom
"
:
"
^16.4.
0
"
,
"
react-dom
"
:
"
^16.4.
1
"
,
"
react-fittext
"
:
"
^1.0.0
"
,
"
react-fittext
"
:
"
^1.0.0
"
,
"
rollbar
"
:
"
^2.3.4
"
,
"
rollbar
"
:
"
^2.3.4
"
,
"
rollup
"
:
"
^0.62.0
"
,
"
rollup
"
:
"
^0.62.0
"
,
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
"
husky
"
:
"
^0.14.3
"
,
"
husky
"
:
"
^0.14.3
"
,
"
lint-staged
"
:
"
^7.2.0
"
,
"
lint-staged
"
:
"
^7.2.0
"
,
"
mockjs
"
:
"
^1.0.1-beta3
"
,
"
mockjs
"
:
"
^1.0.1-beta3
"
,
"
prettier
"
:
"
1.13.
6
"
,
"
prettier
"
:
"
1.13.
7
"
,
"
pro-download
"
:
"
^1.0.1
"
,
"
pro-download
"
:
"
^1.0.1
"
,
"
redbox-react
"
:
"
^1.5.0
"
,
"
redbox-react
"
:
"
^1.5.0
"
,
"
regenerator-runtime
"
:
"
^0.12.0
"
,
"
regenerator-runtime
"
:
"
^0.12.0
"
,
...
...
webpack.config.js
View file @
a44b833b
...
@@ -5,7 +5,7 @@ const path = require('path');
...
@@ -5,7 +5,7 @@ const path = require('path');
export
default
webpackConfig
=>
{
export
default
webpackConfig
=>
{
// 将所有 less 合并为一个供 themePlugin使用
// 将所有 less 合并为一个供 themePlugin使用
const
outFile
=
path
.
join
(
__dirname
,
'
./temp/ant-design-pro.less
'
);
const
outFile
=
path
.
join
(
__dirname
,
'
./
.
temp/ant-design-pro.less
'
);
const
stylesDir
=
path
.
join
(
__dirname
,
'
./src/
'
);
const
stylesDir
=
path
.
join
(
__dirname
,
'
./src/
'
);
const
mergeLessPlugin
=
new
MergeLessPlugin
({
const
mergeLessPlugin
=
new
MergeLessPlugin
({
...
...
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