Moved to yarn and updated many dependancies
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user