Skip to content

Commit

Permalink
refactor webpack config dev source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
alkorlos committed Dec 15, 2023
1 parent 117d2bf commit cb7d233
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ export const webpackConfig = {
}
};

if (process.env.SCRIPTS_SOURCEMAPS === 'true') {
webpackConfig.devtool = 'source-map';
};

export default webpackConfig;

0 comments on commit cb7d233

Please sign in to comment.