Skip to content

Commit

Permalink
prod/dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolitz committed Jan 24, 2024
1 parent da0cce6 commit cdd151d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var IS_PRODUCTION = process.env.NODE_ENV == 'production';
var SRC_DIRECTORY = path.resolve(__dirname, 'src');

module.exports = {
mode: IS_PRODUCTION ? 'production' : 'development',
output: {
path: path.resolve(__dirname, "build", "web"),
filename: "[name].js",
Expand Down

0 comments on commit cdd151d

Please sign in to comment.