mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore(webpack) add ";"
This commit is contained in:
parent
dadc294765
commit
a41fd8cea5
1 changed files with 3 additions and 3 deletions
|
|
@ -111,12 +111,12 @@ module.exports = {
|
|||
};
|
||||
|
||||
function getCSSList(dir) {
|
||||
const base = (a) => basename(a, extname(a))
|
||||
const base = (a) => basename(a, extname(a));
|
||||
const addDir = (name) => `${dir}/${name}`;
|
||||
|
||||
return fs.readdirSync(`./css/${dir}`)
|
||||
.map(base)
|
||||
.map(addDir);
|
||||
.map(base)
|
||||
.map(addDir);
|
||||
}
|
||||
|
||||
function externals(context, request, fn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue