aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-05-03 21:51:07 +0000
committers-ol <s-ol@users.noreply.github.com>2018-05-03 21:53:41 +0000
commitd8e5f36cd7fc2d063f7f4bc992d2168b34f68b1c (patch)
tree323ee024080f35d1e206548757a7d72a8b658943 /webpack.config.js
parentadd submodule tracking gh-pages (diff)
downloadmmm-d8e5f36cd7fc2d063f7f4bc992d2168b34f68b1c.tar.gz
mmm-d8e5f36cd7fc2d063f7f4bc992d2168b34f68b1c.zip
add component framework + todo
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
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' }),
],
}