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:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user