Minimize webpack output
This commit is contained in:
@@ -20,6 +20,20 @@ let webpackConfig = {
|
|||||||
publicPath: config.publicPath,
|
publicPath: config.publicPath,
|
||||||
filename: `scripts/${assetsFilenames}.js`,
|
filename: `scripts/${assetsFilenames}.js`,
|
||||||
},
|
},
|
||||||
|
stats: {
|
||||||
|
hash: false,
|
||||||
|
version: false,
|
||||||
|
timings: false,
|
||||||
|
children: false,
|
||||||
|
errors: false,
|
||||||
|
errorDetails: false,
|
||||||
|
warnings: false,
|
||||||
|
chunks: false,
|
||||||
|
modules: false,
|
||||||
|
reasons: false,
|
||||||
|
source: false,
|
||||||
|
publicPath: false
|
||||||
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user