Install vue and babel dependency

This commit is contained in:
Yukai Huang 2016-12-24 11:10:18 +08:00
parent d6ae7a36ae
commit a06fad974e
4 changed files with 21 additions and 0 deletions

View file

@ -372,6 +372,10 @@ module.exports = {
loaders: [{
test: /\.json$/,
loader: 'json-loader'
}, {
test: /\.js$/,
loader: 'babel',
exclude: [/node_modules/, /public\/vendor/]
}, {
test: /\.css$/,
loader: ExtractTextPlugin.extract('style-loader', 'css-loader')