You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 5 година
123456789101112131415
  1. module.exports = {
  2. css: {
  3. extract: {
  4. filename: "lesspass.min.css"
  5. }
  6. },
  7. configureWebpack: {
  8. output: {
  9. filename: "lesspass.min.js"
  10. },
  11. optimization: {
  12. splitChunks: false
  13. }
  14. }
  15. };