mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Add semi-colon to exported functions
This commit is contained in:
@@ -54,4 +54,4 @@ export function concatVendors() {
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -6,4 +6,4 @@ export default function notification({ title, message }) {
|
||||
message,
|
||||
icon: 'https://user-images.githubusercontent.com/4596862/54868065-c2aea200-4d5e-11e9-9ce3-e0013c15f48c.png'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -37,4 +37,4 @@ export function compileScripts() {
|
||||
message(`${filename} compiled`, 'success', timeLabel);
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -98,4 +98,4 @@ export function compileStyles() {
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -39,4 +39,4 @@ export function compileSVGs() {
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user