We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc0933 commit a9b42d0Copy full SHA for a9b42d0
template/build/webpack.base.js
@@ -62,7 +62,7 @@ module.exports = {
62
plugins: [
63
new HtmlWebpackPlugin({
64
title: config.title,
65
- template: __dirname + '/index.html',
+ template: path.resolve(__dirname, 'index.html'),
66
filename: _.outputIndexPath
67
}),
68
new webpack.LoaderOptionsPlugin(_.loadersOptions()),
0 commit comments