Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
craigstroman committed Jan 11, 2021
1 parent de67595 commit 69c961b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const path = require('path');
const webpack = require('webpack');
const HtmlWebPackPlugin = require('html-webpack-plugin');

// TODO: Figure out why hot reloading is not working with this setup.

const nodeEnv = process.env.NODE_ENV;
const filePath = path.join(__dirname, './public/js/');
const fileName = 'bundle.js';
Expand Down

0 comments on commit 69c961b

Please sign in to comment.