renamed worker output file

This commit is contained in:
Jan Prochazka
2021-12-26 11:01:55 +01:00
parent a409c14b30
commit b941b4d621
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export default [
output: {
sourcemap: true,
format: 'iife',
file: 'public/build/QueryParserWorker.js',
file: 'public/build/query-parser-worker.js',
},
plugins: [
commonjs(),