My SMM panel
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.

vue.config.js 336 B

3 jaren geleden
123456789101112131415
  1. module.exports = {
  2. // indexPath: "../resources/views/app.blade.php",
  3. // publicPath: "./public/"
  4. // outputDir: "public/",
  5. filenameHashing: false,
  6. chainWebpack: config => {
  7. config.plugins.delete('html')
  8. config.plugins.delete('preload')
  9. config.plugins.delete('prefetch')
  10. }
  11. // entry: "../resources/js/main.js"
  12. }