Skip to content

Commit

Permalink
Add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jul 29, 2023
1 parent f1c5456 commit bd0f38b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const TerserPlugin = require('terser-webpack-plugin');

const mode = process.argv.includes('--mode=production') ?
'production' : 'development';
'production' :
'development';
const libraryName = process.env.npm_package_name;

module.exports = {
Expand Down

0 comments on commit bd0f38b

Please sign in to comment.