mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
chore: bump vue to 2.7.16 (#1163)
This commit is contained in:
@@ -100,13 +100,13 @@ module.exports = {
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: 'index.html',
|
||||
template: './src/index.pug',
|
||||
template: './src/static/index.html',
|
||||
inject: false,
|
||||
minify: false
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: 'vr.html',
|
||||
template: './src/vr.pug',
|
||||
template: './src/static/vr.html',
|
||||
inject: false,
|
||||
minify: false
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user