Skip to content

Commit

Permalink
refactor: reverted sourceMapFilename param
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Mar 15, 2023
1 parent 937809c commit 1638247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const base = async (env?: Partial<WebpackEnvParams>): Promise<Configuration> =>
output: {
path,
filename,
// sourceMapFilename: filename + '.map',
sourceMapFilename: filename + '.map',
library: 'fdp',
libraryTarget: 'umd',
globalObject: 'this',
Expand Down

0 comments on commit 1638247

Please sign in to comment.