Skip to content

Commit

Permalink
added missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Schildknecht committed Oct 23, 2018
1 parent cef329c commit d705449
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
const VueLoaderPlugin = require('VueLoaderPlugin')

module.exports = {
plugins: [
VueLoaderPlugin,
],
entry: './src/default.js',
output: {
path: `${__dirname}/core/js`,
Expand Down

0 comments on commit d705449

Please sign in to comment.