Skip to content

Commit 6deea26

Browse files
committed
ignoring the public folder
1 parent ab6fa4d commit 6deea26

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
# ignore the repositories where webpack puts the bundles
66
dist/
7-
public/bundle/*
7+
public/
88
node_modules/

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const FriendlyErrorsWebpackPlugin = require('friendly-errors-webpack-plugin');
55
const ErrorOverlayPlugin = require('error-overlay-webpack-plugin');
66

77
module.exports = {
8+
mode: 'development',
89
entry: [
910
'./src/js/index.js'
1011
],

0 commit comments

Comments
 (0)