chore: tidy
This commit is contained in:
parent
34c7ac7b58
commit
26318e8aa8
|
@ -106,14 +106,14 @@ export default (latus) => (neutrino) => {
|
||||||
.options({
|
.options({
|
||||||
source: source.join('\n'),
|
source: source.join('\n'),
|
||||||
});
|
});
|
||||||
|
neutrino.config
|
||||||
|
.entry('index')
|
||||||
|
.add('@latus/core/start');
|
||||||
const mocha = r('@neutrinojs/mocha');
|
const mocha = r('@neutrinojs/mocha');
|
||||||
mocha()(neutrino);
|
mocha()(neutrino);
|
||||||
if (process.env.LATUS_LINTING) {
|
if (process.env.LATUS_LINTING) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
neutrino.config
|
|
||||||
.entry('index')
|
|
||||||
.add('@latus/core/start');
|
|
||||||
const nodeExternals = r('webpack-node-externals');
|
const nodeExternals = r('webpack-node-externals');
|
||||||
const allowlist = [
|
const allowlist = [
|
||||||
/^@latus\/core\/virtual$/,
|
/^@latus\/core\/virtual$/,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user