aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-05-02 13:08:55 +0000
committers-ol <s-ol@users.noreply.github.com>2018-05-02 13:10:52 +0000
commite0e3c47ff1c282316dd8ff526ea934c6d69a3719 (patch)
treede81888aeabdc84df61dbc77f60cdf4e2194543a /webpack.config.js
parentinitial commit (diff)
downloadmmm-e0e3c47ff1c282316dd8ff526ea934c6d69a3719.tar.gz
mmm-e0e3c47ff1c282316dd8ff526ea934c6d69a3719.zip
add index
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 092890a..c5d22c3 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -3,7 +3,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
context: path.resolve(__dirname, 'app'),
- entry: './centerbyweight.moon',
+ entry: './index.moon',
mode: 'development',
module: {
rules: [