diff --git a/package.json b/package.json index e06c712..d51ae8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "replay-viewer", - "version": "0.7.0", + "version": "0.7.1", "description": "Rocket League replay viewer React component and tooling", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/webpack.config.js b/webpack.config.js index 052d842..df9daa6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ const path = require("path") const PATHS = { entry: path.resolve(__dirname, "src/index.ts"), bundles: path.resolve(__dirname, "lib"), - assets: "assets/models", + assets: "assets/models/draco", } module.exports = {