mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: add minor changes
This commit is contained in:
parent
3c0041a517
commit
1aae30d06c
@ -11,7 +11,7 @@ const nextConfig = withTM(["hexabot-widget"])({
|
|||||||
];
|
];
|
||||||
},
|
},
|
||||||
webpack(config) {
|
webpack(config) {
|
||||||
if (process.env.NODE_ENV==="development"){
|
if (process.env.NODE_ENV==="development") {
|
||||||
config.watchOptions = {
|
config.watchOptions = {
|
||||||
poll: 1000,
|
poll: 1000,
|
||||||
aggregateTimeout: 300,
|
aggregateTimeout: 300,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user