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:
parent
a6444db147
commit
c4b836f43a
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user