File tree 3 files changed +650
-2370
lines changed
src/Components/WebAssembly/WebAssembly.Authentication/src/Interop 3 files changed +650
-2370
lines changed Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"build" : " npm run build:release" ,
5
- "build:release" : " webpack --mode production --env. production --env. configuration=Release" ,
6
- "build:debug" : " webpack --mode development --env. configuration=Debug" ,
7
- "watch" : " webpack --watch --mode development --env. configuration=Debug"
5
+ "build:release" : " webpack --mode production --env production --env configuration=Release" ,
6
+ "build:debug" : " webpack --mode development --env configuration=Debug" ,
7
+ "watch" : " webpack --watch --mode development --env configuration=Debug"
8
8
},
9
9
"devDependencies" : {
10
10
"ts-loader" : " ^8.0.14" ,
11
- "typescript" : " ^4.1 .3" ,
12
- "webpack" : " ^4.41.5 " ,
13
- "webpack-cli" : " ^3.3.10 "
11
+ "typescript" : " ^4.2 .3" ,
12
+ "webpack" : " ^5.24.4 " ,
13
+ "webpack-cli" : " ^4.5.0 "
14
14
},
15
15
"dependencies" : {
16
- "oidc-client" : " ^1.10.1 "
16
+ "oidc-client" : " ^1.11.5 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = env => {
4
4
5
5
return {
6
6
entry : './AuthenticationService.ts' ,
7
- devtool : env && env . production ? 'none' : 'source-map' ,
7
+ devtool : env && env . production ? undefined : 'eval- source-map' ,
8
8
module : {
9
9
rules : [
10
10
{
You can’t perform that action at this time.
0 commit comments