mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
fix tests
This commit is contained in:
@@ -3,6 +3,7 @@ const CopyPlugin = require('copy-webpack-plugin')
|
||||
const WorkboxPlugin = require('workbox-webpack-plugin')
|
||||
|
||||
module.exports = defineConfig({
|
||||
parallel: false,
|
||||
transpileDependencies: true,
|
||||
publicPath: '',
|
||||
// Workaround for https://github.com/vuejs/vue-cli/issues/5399 as described
|
||||
@@ -42,13 +43,6 @@ module.exports = defineConfig({
|
||||
}
|
||||
})
|
||||
|
||||
config.module
|
||||
.rule('worker')
|
||||
.test(/worker\.js$/)
|
||||
.use('worker-loader')
|
||||
.loader('worker-loader')
|
||||
.end()
|
||||
|
||||
config.module.rule('js').exclude.add(/worker\.js$/)
|
||||
|
||||
config
|
||||
|
||||
Reference in New Issue
Block a user