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");
|
const HtmlWebpackPlugin = require("html-webpack-plugin");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'development',
|
mode: 'production',
|
||||||
entry: './src/js/index.js',
|
entry: './src/js/index.js',
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue