mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 05:04:35 +08:00
Hound formatting issues
This commit is contained in:
parent
fc961b570c
commit
e5defb95d4
3 changed files with 4 additions and 4 deletions
|
@ -74,5 +74,5 @@ module.exports = function(api) {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
].filter(Boolean)
|
].filter(Boolean)
|
||||||
}
|
};
|
||||||
}
|
};
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
const { environment } = require('@rails/webpacker')
|
const { environment } = require('@rails/webpacker')
|
||||||
|
|
||||||
environment.loaders.delete('nodeModules')
|
environment.loaders.delete('nodeModules');
|
||||||
|
|
||||||
module.exports = environment
|
module.exports = environment
|
||||||
|
|
|
@ -9,4 +9,4 @@ module.exports = {
|
||||||
stage: 3
|
stage: 3
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue