diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-05-03 21:51:07 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-05-03 21:53:41 +0000 |
| commit | d8e5f36cd7fc2d063f7f4bc992d2168b34f68b1c (patch) | |
| tree | 323ee024080f35d1e206548757a7d72a8b658943 /webpack.config.js | |
| parent | add submodule tracking gh-pages (diff) | |
| download | mmm-d8e5f36cd7fc2d063f7f4bc992d2168b34f68b1c.tar.gz mmm-d8e5f36cd7fc2d063f7f4bc992d2168b34f68b1c.zip | |
add component framework + todo
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index c5d22c3..1ac757b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,6 +17,6 @@ module.exports = { ] }, plugins: [ - new HtmlWebpackPlugin('MMM: lunar low-gravity scripting playground'), + new HtmlWebpackPlugin({ title: 'MMM: lunar low-gravity scripting playground' }), ], } |
