Skip to content

Commit

Permalink
[#414] Enable source map in css build (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 authored Jul 13, 2023
1 parent 7f0c393 commit c21e356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template/variants/web/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
source_stylesheet = 'app/assets/stylesheets/application.scss'
bundled_stylesheet = 'app/assets/builds/application.css'
bundled_stylesheet_base_options = [
'--no-source-map',
'--source-map-urls=absolute',
'--load-path=node_modules'
]
production_bundled_stylesheet_options = bundled_stylesheet_base_options + [
Expand Down

0 comments on commit c21e356

Please sign in to comment.