chore: ded
This commit is contained in:
parent
e880c94afa
commit
a72ee63045
|
@ -61,14 +61,6 @@ export default (latus) => (neutrino) => {
|
||||||
latus.get(path),
|
latus.get(path),
|
||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
const babelOptions = neutrino.config.module
|
|
||||||
.rules.store.get('compile')
|
|
||||||
.uses.store.get('babel')
|
|
||||||
.store.get('options');
|
|
||||||
R('@babel/register')({
|
|
||||||
plugins: babelOptions.plugins,
|
|
||||||
presets: babelOptions.presets,
|
|
||||||
});
|
|
||||||
const paths = Object.keys(config)
|
const paths = Object.keys(config)
|
||||||
.map((path) => Latus.runtimePath(path))
|
.map((path) => Latus.runtimePath(path))
|
||||||
.filter((path) => !!path);
|
.filter((path) => !!path);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user