vue.config.js 100 B

1234567
  1. module.exports = {
  2. configureWebpack: {
  3. devServer: {
  4. allowedHosts: 'all',
  5. },
  6. },
  7. };