We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3dc5f0 + 0722b09 commit 82706f6Copy full SHA for 82706f6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hawk.so/webpack-plugin",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Webpack plugin for sending source-maps to the Hawk",
5
"main": "src/index.js",
6
"repository": "https://github.com/codex-team/hawk.webpack.plugin.git",
src/index.js
@@ -210,7 +210,7 @@ class HawkWebpackPlugin {
210
if (extension === 'map') {
211
maps.push({
212
name,
213
- path: path.join(outputPath, name),
+ path: path.join(outputPath, filename),
214
});
215
}
216
0 commit comments