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:
@@ -177,11 +177,4 @@ export default {
|
||||
}),
|
||||
],
|
||||
},
|
||||
devServer: {
|
||||
port: process.env.PORT || 1337,
|
||||
contentBase: path.join(__dirname, "public/"),
|
||||
watchContentBase: true,
|
||||
publicPath: "/assets/",
|
||||
compress: true,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user