diff --git a/webpack.config.js b/webpack.config.js index a1bb841..f462e86 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ const path = require("path") module.exports = { // Mode: setting this to development preconfigure webpack with some defaults - mode: "development", + mode: "production", // Loaders: these allow various non-js filetypes to be imported module: {