diff --git a/examples/cli/open-page/webpack.config.js b/examples/cli/open-page/webpack.config.js index d9c3eaef2d..d71d2c9788 100644 --- a/examples/cli/open-page/webpack.config.js +++ b/examples/cli/open-page/webpack.config.js @@ -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' }) ]