跳板机管理web端
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.

32 lines
1.1 KiB

8 years ago
8 years ago
8 years ago
  1. // see http://vuejs-templates.github.io/webpack for documentation.
  2. var path = require('path')
  3. module.exports = {
  4. build: {
  5. env: require('./prod.env'),
  6. index: path.resolve(__dirname, '../dist/index.html'),
  7. assetsRoot: path.resolve(__dirname, '../dist'),
  8. assetsSubDirectory: 'static',
  9. assetsPublicPath: '/vueAdmin/',
  10. productionSourceMap: true,
  11. // Gzip off by default as many popular static hosts such as
  12. // Surge or Netlify already gzip all static assets for you.
  13. // Before setting to `true`, make sure to:
  14. // npm install --save-dev compression-webpack-plugin
  15. productionGzip: false,
  16. productionGzipExtensions: ['js', 'css']
  17. },
  18. dev: {
  19. env: require('./dev.env'),
  20. port: 8081,
  21. assetsSubDirectory: 'static',
  22. assetsPublicPath: '/',
  23. proxyTable: {},
  24. // CSS Sourcemaps off by default because relative paths are "buggy"
  25. // with this option, according to the CSS-Loader README
  26. // (https://github.com/webpack/css-loader#sourcemaps)
  27. // In our experience, they generally work as expected,
  28. // just be aware of this issue when enabling this option.
  29. cssSourceMap: false
  30. }
  31. }