kopia lustrzana https://github.com/nextcloud/social
Adjust webpack config for vue loader 15
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/362/head
rodzic
99f21f4d0f
commit
d87f6e84b2
|
@ -1,5 +1,6 @@
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { VueLoaderPlugin } = require('vue-loader');
|
const VueLoaderPlugin = require('vue-loader/lib/plugin');
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
entry: path.join(__dirname, 'src', 'main.js'),
|
entry: path.join(__dirname, 'src', 'main.js'),
|
||||||
|
|
Ładowanie…
Reference in New Issue