Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2e9413

Browse files
committed
build: watch dev
1 parent 950873a commit a2e9413

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/dark-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/light-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack/webpack.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const devWebpackConfig = merge(common, {
4848
// liveReload: false,
4949
proxy: devProxy,
5050
},
51-
watch: true,
51+
// watch: true,
5252
watchOptions: {
5353
aggregateTimeout: 500,
5454
poll: 1000,

0 commit comments

Comments
 (0)