File: //home/arjun/projects/buyercall/node_modules/vue-color/config/index.js
// see http://vuejs-templates.github.io/webpack for documentation.
var path = require('path')
module.exports = {
build: {
env: require('./prod.env'),
index: path.resolve(__dirname, '../example-dist/index.html'),
assetsRoot: path.resolve(__dirname, '../example-dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '',
productionSourceMap: true
},
dev: {
env: require('./dev.env'),
port: 3004,
assetsSubDirectory: 'static',
assetsPublicPath: '',
// CSS Sourcemaps off by default because relative paths are "buggy"
// with this option, according to the CSS-Loader README
// (https://github.com/webpack/css-loader#sourcemaps)
// In our experience, they generally work as expected,
// just be aware of this issue when enabling this option.
cssSourceMap: false
}
}