2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

update build process for docs

This commit is contained in:
Jeff
2018-01-15 15:25:22 -08:00
parent e236c47300
commit 17312da2fa
7 changed files with 132 additions and 26 deletions
+11 -2
View File
@@ -1,5 +1,5 @@
// see http://vuejs-templates.github.io/webpack for documentation.
var path = require('path')
var path = require('path');
module.exports = {
build: {
@@ -17,5 +17,14 @@ module.exports = {
umd: {
assetsRoot: path.resolve(__dirname, '../umd'),
assetsPublicPath: '/'
},
homepage: {
env: require('./prod.env'),
entry: './docs/homepage/home.js',
assetsRoot: path.resolve(__dirname, '../site'),
assetsSubDirectory: '',
assetsPublicPath: '/',
productionSourceMap: true
}
}
};