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

generate function source maps for sentry releases

This commit is contained in:
2021-06-27 12:28:30 -04:00
parent 23aeb2fab1
commit 5981b99254
4 changed files with 13 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ module.exports = {
],
],
},
}
},
],
},
{
@@ -164,9 +164,10 @@ module.exports = {
],
},
devServer: {
contentBase: path.join(__dirname, "public/"),
publicPath: "/assets/",
port: process.env.PORT || 1337,
contentBase: path.join(__dirname, "public/"),
watchContentBase: true,
publicPath: "/assets/",
compress: true,
},
};