Skip to content

Commit

Permalink
Legger til sourcemap for debugging i prod/sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Apr 22, 2022
1 parent 053112e commit 494fced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</div>
{{> components/footer}}
</div>
<script type="application/javascript" src="/stillinger/js/sok.js?random=1sasdasdadfdasasddsdsad11"></script>
<script type="application/javascript" src="/stillinger/js/sok.js?random=1asdsasdasdadfdasasddsdsad11"></script>
</body>
</html>
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const devMode = process.env.NODE_ENV !== 'production';

module.exports = {
devtool: 'source-map',
optimization: {
splitChunks: {
cacheGroups: {
Expand Down

0 comments on commit 494fced

Please sign in to comment.