diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-05-02 13:08:55 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-05-02 13:10:52 +0000 |
| commit | e0e3c47ff1c282316dd8ff526ea934c6d69a3719 (patch) | |
| tree | de81888aeabdc84df61dbc77f60cdf4e2194543a /webpack.config.js | |
| parent | initial commit (diff) | |
| download | mmm-e0e3c47ff1c282316dd8ff526ea934c6d69a3719.tar.gz mmm-e0e3c47ff1c282316dd8ff526ea934c6d69a3719.zip | |
add index
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 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: [ |
