Skip to content

Commit 962f14c

Browse files
committed
refactor(webpack.config): rename dir for build app->build
1 parent 38554e4 commit 962f14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
entry: './js/index.js',
3636
output: {
3737
filename: `./js/${filename('js')}`,
38-
path: path.resolve(__dirname, 'app'),
38+
path: path.resolve(__dirname, 'build'),
3939
publicPath: '',
4040
},
4141

0 commit comments

Comments
 (0)