build: fix webpack dev server recompiling without changes
See https://stackoverflow.com/questions/70990356/ionic-serve-keeps-recompiling-without-changes\#comment133341886_70990356
This commit is contained in:
parent
9224f52f51
commit
f4d9c0e3d5
@ -94,7 +94,7 @@ module.exports = {
|
|||||||
extend: makeTheme(),
|
extend: makeTheme(),
|
||||||
},
|
},
|
||||||
|
|
||||||
content: ["./**/*.html", "./src/**/*.{ts,js,ejs}"],
|
content: ["./src/**/*.html", "./src/**/*.{ts,js,ejs}"],
|
||||||
|
|
||||||
extract: {
|
extract: {
|
||||||
include: ["./src/**/*.{ts,js}"],
|
include: ["./src/**/*.{ts,js}"],
|
||||||
|
Loading…
Reference in New Issue
Block a user