Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Uses source-map for webpack config #797

Merged
merged 4 commits into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ npm-debug.log
/**/yarn-error.log
/**/*-bundle.js
/Extensions/Manage/Dnn.PersonaBar.Users/admin/personaBar/scripts/exportables/Users/UsersCommon.js
Extensions/**/*.js.map
12 changes: 10 additions & 2 deletions Dnn.AdminExperience.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dnn.PersonaBar.UI", "Library\Dnn.PersonaBar.UI\Dnn.PersonaBar.UI.csproj", "{7D92D57E-EB66-4816-A0FA-B39213452539}"
ProjectSection(ProjectDependencies) = postProject
Expand Down Expand Up @@ -96,6 +96,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dnn.PersonaBar.TaskSchedule
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dnn.PersonaBar.Vocabularies", "Extensions\Settings\Dnn.PersonaBar.Vocabularies\Dnn.PersonaBar.Vocabularies.csproj", "{B4CBAC32-E561-4426-AD67-8A12284AAED0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2D2487D-79FD-492F-BC7D-327E4D94F4C7}"
ProjectSection(SolutionItems) = preProject
..\cake.config = ..\cake.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Cloud_Debug|Any CPU = Cloud_Debug|Any CPU
Expand Down Expand Up @@ -432,4 +437,7 @@ Global
{EE37275B-1E65-4475-BB1E-0F8F31B3D281} = {EF78794D-AAEA-4759-9B82-FB2D38AFD3D4}
{B4CBAC32-E561-4426-AD67-8A12284AAED0} = {EF78794D-AAEA-4759-9B82-FB2D38AFD3D4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7ADC7A0-7B9C-41BA-A5C4-77E9DD8499A0}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};

if(isAnalyze) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ module.exports = {
new webpack.DefinePlugin({
VERSION: JSON.stringify(packageJson.version)
})
]
],
devtool: "source-map"
};