Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenYuysy committed May 19, 2017
1 parent d394272 commit cce80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.lib.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path')
const webpack = require('webpack')

module.exports = {
entry: '../src/',
entry: './src/',
output: {
path: path.resolve(__dirname, '../dist/'),
filename: 'vue-content-placeholder.min.js',
Expand Down

0 comments on commit cce80e7

Please sign in to comment.