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.
open-page
1 parent 2a5e2f6 commit df30727Copy full SHA for df30727
examples/cli/open-page/webpack.config.js
@@ -11,7 +11,7 @@ module.exports = setup({
11
plugins: [
12
new HtmlWebpackPlugin({
13
filename: 'example.html',
14
- template: '../../assets/layout.html',
+ template: '../../.assets/layout.html',
15
title: 'Open Page / Example'
16
})
17
]
0 commit comments