Skip to content

Commit

Permalink
* update shim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcastel50 committed Sep 12, 2024
1 parent 746e0b7 commit 4582b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/esbuild/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function makePlugins(root, buildDir) {
setup(build) {
build.onResolve({filter: /^web-ifc$/}, (args) => {
return {
path: path.resolve(root, 'node_modules/@bldrs-ai/conway/compiled/web/src/shim/ifc_api.js'),
path: path.resolve(root, 'node_modules/@bldrs-ai/conway/compiled/src/shim/ifc_api.js'),
}
})
},
Expand Down

0 comments on commit 4582b57

Please sign in to comment.