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