Moved to yarn and updated many dependancies

This commit is contained in:
2019-01-26 19:13:53 -05:00
parent 2feb4e3d81
commit 51e5e8c981
5 changed files with 4136 additions and 10985 deletions

View File

@ -1,7 +1,11 @@
var path = require('path')
var webpack = require('webpack')
const VueLoaderPlugin = require('vue-loader/lib/plugin')
module.exports = {
plugins: [
new VueLoaderPlugin()
],
entry: './src/index.ts',
output: {
path: path.resolve(__dirname, './dist'),