Skip to content

Commit

Permalink
fix: add bootstrap chunk to candid HTML (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans authored Jul 21, 2020
1 parent f12a03a commit 8a9b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
new HtmlWebpackPlugin({
template: 'src/candid/candid.html',
filename: 'candid/index.html',
chunks: ['candid'],
chunks: ['bootstrap', 'candid'],
}),
new HtmlWebpackPlugin({
template: 'src/login.html',
Expand Down

0 comments on commit 8a9b4d6

Please sign in to comment.