mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-23 08:40:35 +03:00
fix
This commit is contained in:
+1
-1
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user