Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4052 | Rev 4241 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4052 Rev 4113
Línea 235... Línea 235...
235
    filename: "impersonateBundle.js",
235
    filename: "impersonateBundle.js",
236
  },
236
  },
237
};
237
};
Línea 238... Línea 238...
238
 
238
 
239
// change active path here  
239
// change active path here  
Línea 240... Línea 240...
240
const currentPath = paths.navBar;
240
const currentPath = paths.accountSettings;
241
 
241
 
242
module.exports = {
242
module.exports = {
243
  entry: currentPath.entry,
243
  entry: currentPath.entry,
Línea 296... Línea 296...
296
          },
296
          },
297
        ],
297
        ],
298
      },
298
      },
299
    ],
299
    ],
300
  },
300
  },
-
 
301
    plugins: [
-
 
302
    new MiniCssExtractPlugin({
-
 
303
      filename: "[name].css",
-
 
304
      chunkFilename: "[id].css",
-
 
305
    }),
-
 
306
  ],
-
 
307
  optimization: {
-
 
308
    minimizer: [
-
 
309
      new TerserPlugin({
-
 
310
        extractComments: false,
-
 
311
      }),
-
 
312
    ],
-
 
313
  },
-
 
314
  /*
301
  plugins: [
315
  plugins: [
302
    new MiniCssExtractPlugin({
316
    new MiniCssExtractPlugin({
303
      filename: "[name].css",
317
      filename: "[name].css",
304
      chunkFilename: "[id].css",
318
      chunkFilename: "[id].css",
305
    }),
319
    }),
Línea 309... Línea 323...
309
    minimizer: [
323
    minimizer: [
310
      new TerserPlugin({
324
      new TerserPlugin({
311
        extractComments: false,
325
        extractComments: false,
312
      }),
326
      }),
313
    ],
327
    ],
314
  },
328
  },*/
315
};
329
};