Skip to content

Commit e2160e4

Browse files
committed
remove client folder
1 parent 0357cf0 commit e2160e4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ module.exports = {
1919
},
2020
output: {
2121
filename: 'bundle.js',
22-
path: __dirname + '/client/dist'
22+
path: __dirname + '/dist'
2323
}
2424
};

0 commit comments

Comments
 (0)