Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-website-ssr-template
Overview
Overview
Details
Activity
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liguokang
xiaomai-website-ssr-template
Commits
244e54dd
Commit
244e54dd
authored
Jul 15, 2021
by
liguokang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:
⚡
parent
38118992
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.eslintignore
+1
-0
next.config.js
+1
-2
No files found.
.eslintignore
0 → 100644
View file @
244e54dd
src/static
next.config.js
View file @
244e54dd
...
...
@@ -2,7 +2,7 @@
* @Author: liguokang
* @Date: 2021-07-14 20:36:28
* @LastEditors: liguokang
* @LastEditTime: 2021-07-15 1
0:05:2
0
* @LastEditTime: 2021-07-15 1
1:09:4
0
* @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -32,7 +32,6 @@ module.exports = withLessExcludeAntd({
webpack
(
config
,
options
)
{
config
.
resolve
.
alias
[
'@'
]
=
path
.
join
(
__dirname
,
'common'
);
config
.
resolve
.
alias
[
'components'
]
=
path
.
join
(
__dirname
,
'components'
);
config
.
resolve
.
alias
[
'baseTemplate'
]
=
path
.
join
(
__dirname
,
'baseTemplate'
);
config
.
resolve
.
alias
[
'static'
]
=
path
.
join
(
__dirname
,
'static'
);
return
config
;
},
...
...
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