mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 12:55:08 +00:00
Basic rotating phone model
This commit is contained in:
10
vue.config.js
Normal file
10
vue.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
chainWebpack: (config) => {
|
||||
config.module
|
||||
.rule('file-loader')
|
||||
.test(/\.obj$/)
|
||||
.use('file-loader')
|
||||
.loader('file-loader')
|
||||
.end();
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user