BJ_web_developers
/
zxznweb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
113789f57d57a81a38f81c9fa45bf3a047daf135
Authored by
liuqimichale
2020-01-06 17:47:39 +0800
1 parent
643de4c7
公共头部
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build/webpack.base.conf.js
build/webpack.base.conf.js
View file @
113789f
...
...
@@ -64,7 +64,7 @@ module.exports = {
64
64
}
65
65
},
66
66
{
67
- test:/\.scss$/,
use:['style-loader','css-loader','sass-loader'
],
67
+ test:/\.scss$/,
loaders: ["style", "css", "sass"
],
68
68
}
69
69
]
70
70
},
...
...