Skip to content

Commit

Permalink
fix(examples/cli): correct template path in open-page example (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz authored and michael-ciniawsky committed Aug 21, 2018
1 parent 2a5e2f6 commit df30727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli/open-page/webpack.config.js
Expand Up @@ -11,7 +11,7 @@ module.exports = setup({
plugins: [
new HtmlWebpackPlugin({
filename: 'example.html',
template: '../../assets/layout.html',
template: '../../.assets/layout.html',
title: 'Open Page / Example'
})
]
Expand Down

0 comments on commit df30727

Please sign in to comment.