From 9ff2c029fb0a1c8d2dede98d50d03f2341d20710 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 20 Jun 2019 09:12:47 +0200 Subject: RESTRUT Rename app.js to index.js and remove bootstrap dependency --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 157b8be..b875b6c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,9 +9,9 @@ const ZipPlugin = require('zip-webpack-plugin'); module.exports = { mode: 'production', - entry: './src/app.js', + entry: './src/index.js', output: { - filename: 'app.js', + filename: 'index.js', path: __dirname + '/dist' }, optimization: { -- cgit 1.2.3-korg