Skip to content

Commit

Permalink
fix: changed devtool to eval-source-map for hmr
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Mar 30, 2021
1 parent b27eeed commit c8ebe24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hayes0724/shopify-packer",
"version": "2.0.12",
"version": "2.0.13",
"bin": {
"packer": "cli/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion src/webpack/config/dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = merge([
copy,
{
mode: 'development',
devtool: false,
devtool: 'eval-source-map',
target: 'web',
optimization: {
runtimeChunk: 'single',
Expand Down

0 comments on commit c8ebe24

Please sign in to comment.