diff --git a/webpack.config.js b/webpack.config.js index 96b2862..e9fff0e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,7 +5,7 @@ const webpack = require('webpack') const Dotenv = require('dotenv-webpack') let config = { - mode: 'development' + mode: 'production' }