|
|
@@ -20,7 +20,12 @@ const modifyHtml = html => {
|
|
|
module.exports = {
|
|
|
mode: "universal",
|
|
|
watchers: {
|
|
|
- ignored: [".nuxt/**", "node_modules/**"]
|
|
|
+ ignored: [".nuxt/**", "node_modules/**"],
|
|
|
+ webpack: {
|
|
|
+ watchOptions: {
|
|
|
+ ignored: [".nuxt/**", "node_modules/**"]
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
vue: {
|
|
|
config: {
|