fix: hook name
This commit is contained in:
parent
e182c91d4c
commit
0186f59112
|
@ -25,7 +25,7 @@ module.exports = new Promise(async (resolve, reject) => {
|
|||
const configs = {
|
||||
app: require('./.neutrinorc'),
|
||||
};
|
||||
plugins.invokeFlat('build', configs, config);
|
||||
plugins.invokeFlat('@latus/core/build', configs, config);
|
||||
const webpackConfigs = Object.values(configs).map((config) => neutrino(config).webpack());
|
||||
resolve(webpackConfigs);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user