Skip to content

Commit

Permalink
fix: use the absolute path to babel preset (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored and eddyerburgh committed Oct 11, 2017
1 parent 7071a79 commit 60bccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compilers/babel-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const logger = require('../logger')
const cache = require('../cache')

var defaultBabelOptions = {
presets: ['vue-app']
presets: [require.resolve('babel-preset-vue-app')]
}

function getBabelConfig () {
Expand Down

0 comments on commit 60bccff

Please sign in to comment.