mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-12 12:21:11 +08:00
Added minor es2015 tweaks
This commit is contained in:
+4
-7
@@ -57,12 +57,9 @@ let getDefaultChoice = (setting) => {
|
||||
return config && config.default !== undefined && config.default.length > 0 ? config.default : null;
|
||||
}
|
||||
|
||||
// getChoices
|
||||
// getDefault
|
||||
|
||||
module.exports = {
|
||||
getSetting: getSetting,
|
||||
getChoices: getChoices,
|
||||
getChoiceByKey: getChoiceByKey,
|
||||
getDefaultChoice: getDefaultChoice
|
||||
getSetting,
|
||||
getChoices,
|
||||
getChoiceByKey,
|
||||
getDefaultChoice
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user