2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 08:40:35 +03:00
This commit is contained in:
mengxiong10
2017-05-26 14:23:09 +08:00
parent 3342b27e0e
commit 982f56b48f
8 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ var path = require('path')
var webpack = require('webpack')
module.exports = {
entry: './src/main.js',
entry: './demo/main.js',
output: {
path: path.resolve(__dirname, './dist'),
publicPath: '/dist/',