Skip to content

Commit

Permalink
[mobile] revert locked source map
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Sep 15, 2024
1 parent 22a1112 commit be75834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/framework7-react/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = {
externals: {
jquery: 'jQuery'
},
devtool: env === 'production' ? false : 'source-map',
devtool: env === 'production' ? 'source-map' : 'source-map',
optimization: {
// splitChunks: {
// chunks: 'all',
Expand Down

0 comments on commit be75834

Please sign in to comment.