Skip to content

Commit 1f656f9

Browse files
Update src/Components/WebAssembly/Authentication.Msal/src/Interop/webpack.config.js
Co-authored-by: Steve Sanderson <[email protected]>
1 parent 72006c8 commit 1f656f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/Authentication.Msal/src/Interop/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = (env, args) => ({
1414
entry: {
1515
'AuthenticationService': './AuthenticationService.ts',
1616
},
17-
output: { path: path.join(__dirname, '/dist', args.mode == 'development' ? '/Debug' : '/Release'), filename: '[name].js' },
17+
output: { path: path.join(__dirname, 'dist', args.mode == 'development' ? 'Debug' : 'Release'), filename: '[name].js' },
1818
performance: {
1919
maxAssetSize: 122880,
2020
},

0 commit comments

Comments
 (0)