mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
another try
This commit is contained in:
@@ -106,6 +106,9 @@ module.exports = function (config) {
|
|||||||
mode: 'development',
|
mode: 'development',
|
||||||
entry: './src/main.js',
|
entry: './src/main.js',
|
||||||
watch: false,
|
watch: false,
|
||||||
|
watchOptions: {
|
||||||
|
ignored: ['node_modules/**']
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.js', '.vue', '.json'],
|
extensions: ['.js', '.vue', '.json'],
|
||||||
alias: {
|
alias: {
|
||||||
|
|||||||
Reference in New Issue
Block a user