fix: fix tesseract in dev mode (#2000)

fix-intl-polyfill
Nolan Lawson 2021-03-15 17:25:07 -07:00 zatwierdzone przez GitHub
rodzic 02019e9251
commit c4e73106cf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ module.exports = {
use: {
loader: 'file-loader',
options: {
name: dev ? '[fullhash]/tesseract-asset.[name].[ext]' : 'tesseract-asset.[contenthash].[name].[ext]'
name: dev ? 'tesseract-asset.[name].[ext]' : 'tesseract-asset.[contenthash].[name].[ext]'
}
}
},