Switch to production mode since its kinda stable now and also development makes the source eval'd garbage

This commit is contained in:
Elijah R 2023-01-26 11:31:07 -05:00 committed by GitHub
parent c7e354023c
commit b9cd8b763a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,5 +5,5 @@ module.exports = {
filename: 'main.js', filename: 'main.js',
path: path.resolve(__dirname, 'dist'), path: path.resolve(__dirname, 'dist'),
}, },
mode: "development" mode: "production"
} }