Skip to content

Commit

Permalink
Fix resolved model paths from webpack config (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbondanzo committed Mar 10, 2020
1 parent 6972629 commit 32d3497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 32d3497

Please sign in to comment.