Skip to content

Commit

Permalink
fix(webpack): add missing deps for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 3, 2016
1 parent 87488cc commit 02904ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/webpack.config.vue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
'use strict'

/**
* Module dependencies
*/
const ExtractTextPlugin = require('extract-text-webpack-plugin')

/**
* Return webpack config object
*
Expand Down

0 comments on commit 02904ea

Please sign in to comment.