Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
chore: inline sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 3, 2023
1 parent 2b82d66 commit 8de4bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.ts
Expand Up @@ -116,6 +116,7 @@ const webpackConfig: webpack.Configuration = {
raw: true,
}),
],
devtool: 'inline-source-map',
};

module.exports = webpackConfig;

0 comments on commit 8de4bfd

Please sign in to comment.