changed webpack mode to production
This commit is contained in:
parent
2caefc85c5
commit
06f7c169a7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const path = require('path');
|
|||
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
||||
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
mode: 'production',
|
||||
entry: './src/js/index.js',
|
||||
|
||||
output: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue