Skip to content

Commit 3e69245

Browse files
committed
Fixed browsersync config
1 parent 3054c92 commit 3e69245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
host: 'localhost',
106106
port: 3000,
107107
proxy: config.devUrl, // YOUR DEV-SERVER URL
108-
files: ['../*.php', '../resources/views/*.twig', '../static/*.*'],
108+
files: ['./*.php', './resources/views/*.twig', './static/*.*'],
109109
}),
110110

111111
new CleanWebpackPlugin(['static/css/*', 'static/js/*', 'static/fonts/*'], {

0 commit comments

Comments
 (0)