mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
(dev) webpack overlay report eslint issues
Also: updated eslint
This commit is contained in:
parent
4a995b3bd8
commit
320519f91b
17
CHANGELOG.md
17
CHANGELOG.md
@ -123,23 +123,6 @@
|
||||
- Fix a bug: fix non-blocking js error when there was not payment gateway set
|
||||
- [TODO DEPLOY] `rails fablab:maintenance:regenerate_statistics[2020,04]`
|
||||
|
||||
### v5.3.4 2022 March 01
|
||||
|
||||
- Fix line break on home events' cards
|
||||
- Fix typo "projets" => "projects"
|
||||
- Removes dead code about OpenAPI (open_api_calls_count_tracings)
|
||||
- Fix a bug: unable to modify OpenLab url for production
|
||||
|
||||
## v5.3.3 2022 February 08
|
||||
|
||||
- Updated german translations
|
||||
- Fix a bug: unable to rebuild the statistics
|
||||
- Fix a bug/regresion: $sce.getTrustedHtml removes all dangerous html like iframe (youtube players, ect), replaced by $sce.trustAsHtml which trusts the content, it creates a security breach but all contents are created by users to we trust them
|
||||
- Fix a bug: in SubscriptionPolicy#show?, was causing an error notice, making user think that the payment was not done, but it was
|
||||
- Fix a bug: destroying a project was impossible
|
||||
- Fix a bug: fix non-blocking js error when there was not payment gateway set
|
||||
- [TODO DEPLOY] `rails fablab:maintenance:regenerate_statistics[2020,04]`
|
||||
|
||||
## v5.3.2 2022 January 19
|
||||
|
||||
- Add a test for statistics generation
|
||||
|
@ -33,7 +33,7 @@ const customConfig = {
|
||||
}),
|
||||
isDevelopment && new (require('@pmmmwh/react-refresh-webpack-plugin'))(),
|
||||
isDevelopment && new (require('eslint-webpack-plugin'))({
|
||||
extensions: ['js', 'ts', 'tsx'],
|
||||
extensions: ['js', 'ts', 'tsx']
|
||||
})
|
||||
].filter(Boolean),
|
||||
module: {
|
||||
|
Loading…
Reference in New Issue
Block a user