Skip to content

Commit a9b42d0

Browse files
Ephasmeegoist
authored andcommitted
Update webpack.base.js (egoist#92)
1 parent afc0933 commit a9b42d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
plugins: [
6363
new HtmlWebpackPlugin({
6464
title: config.title,
65-
template: __dirname + '/index.html',
65+
template: path.resolve(__dirname, 'index.html'),
6666
filename: _.outputIndexPath
6767
}),
6868
new webpack.LoaderOptionsPlugin(_.loadersOptions()),

0 commit comments

Comments
 (0)