Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Aug 5, 2024
1 parent aacc9d8 commit cfbe865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const assets = ['images', 'fonts', 'themes'].map((p) => {

const production = merge([
{
/* devtool: 'source-map', // enable this if you need sourcemaps on the production version */
devtool: 'source-map' /* // enable this if you need sourcemaps on the production version */,
plugins: [
new CleanWebpackPlugin(),
new CopyWebpackPlugin({
Expand Down

0 comments on commit cfbe865

Please sign in to comment.