1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-14 22:22:39 +01:00

fix webpack resolve

This commit is contained in:
Viktor Geringer 2016-11-23 20:53:49 +01:00
parent a6444db147
commit c4b836f43a

View File

@ -7,7 +7,7 @@ const ExtractTextPlugin = require("extract-text-webpack-plugin");
module.exports = {
entry: {
app: './app/app.js',
vendor: ['vue', 'vue-resource', 'vuex']
vendor: ['vue', 'axios', 'vuex']
},
output: {
path: path.resolve('../public/assets'),