1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

webpack-dev-server -> browser-sync via gulp

This commit is contained in:
2021-07-15 08:56:55 -04:00
parent 9c26cd7bff
commit d6591b2103
6 changed files with 624 additions and 908 deletions

View File

@@ -177,11 +177,4 @@ export default {
}),
],
},
devServer: {
port: process.env.PORT || 1337,
contentBase: path.join(__dirname, "public/"),
watchContentBase: true,
publicPath: "/assets/",
compress: true,
},
};