mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
merge 3rdparty assets
This commit is contained in:
@@ -22,6 +22,11 @@ mix.override(function (webpackConfig) {
|
||||
}));
|
||||
});
|
||||
|
||||
// vendor
|
||||
mix.copyDirectory('node_modules/element-ui/lib/theme-chalk/fonts/', 'dist/fonts/');
|
||||
mix.copyDirectory('node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.png', 'dist/');
|
||||
|
||||
// app
|
||||
mix.copyDirectory('images/', 'dist/images/');
|
||||
mix.copy('src/vr.html', 'dist/');
|
||||
mix.js('src/app.js', 'dist/');
|
||||
|
||||
Reference in New Issue
Block a user