Skip to content

Commit

Permalink
RDEV-5995 Fixed source maps in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesmiguel1 committed Oct 23, 2023
1 parent e5abbfe commit d071440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ViewGenerator/ViewGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyTitle>ViewGenerator</AssemblyTitle>
<Product>ViewGenerator</Product>
<Description>Generates .NET View bindings from typescript</Description>
<Version>1.1.10</Version>
<Version>1.1.11</Version>
<PackageId>ViewGenerator</PackageId>
<PackageTags>Library</PackageTags>

Expand Down
1 change: 1 addition & 0 deletions ViewGenerator/tools/webpack/Rules/Sass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const SassRuleSet: RuleSetRule = {
{
loader: "sass-loader",
options: {
sourceMap: true,
sassOptions: {
sourceMap: true,
sourceMapContents: false
Expand Down

0 comments on commit d071440

Please sign in to comment.