2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-20 22:20:38 +03:00
* wire up specs

* tests + fixes for #1

* travis
This commit is contained in:
Nathan
2017-07-07 09:27:32 -07:00
committed by GitHub
parent 57a33ebae5
commit b62cc5a27c
12 changed files with 1342 additions and 74 deletions
+8 -2
View File
@@ -1,5 +1,6 @@
var path = require('path');
var webpack = require('webpack');
var path = require('path')
var webpack = require('webpack')
module.exports = {
entry: ['./src/Main.js'],
output: {
@@ -16,6 +17,11 @@ module.exports = {
}
})
],
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
}
},
module: {
loaders: [
{