Added all models to the webpack copy

This commit is contained in:
Joe Ludwig 2021-02-09 21:17:30 -08:00
parent 9ee361df28
commit 630b4bd1e6

View file

@ -31,7 +31,7 @@ module.exports =
[ [
{ from: './src/styles.css', to: 'styles.css' }, { from: './src/styles.css', to: 'styles.css' },
{ from: './src/manifest.webmanifest', to: 'manifest.webmanifest' }, { from: './src/manifest.webmanifest', to: 'manifest.webmanifest' },
{ from: './src/models/placeholder.glb', to: 'models/placeholder.glb' }, { from: './src/models', to: 'models' },
] ]
), ),
], ],