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:
sua yoo 2023-09-19 12:15:50 -07:00
parent 9224f52f51
commit f4d9c0e3d5
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -94,7 +94,7 @@ module.exports = {
extend: makeTheme(),
},
content: ["./**/*.html", "./src/**/*.{ts,js,ejs}"],
content: ["./src/**/*.html", "./src/**/*.{ts,js,ejs}"],
extract: {
include: ["./src/**/*.{ts,js}"],