mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 14:02:37 -05:00
build: [UEPR-17] Cnanged resolve to use path defined in scratch-render exports
This commit is contained in:
parent
25b3fe99e6
commit
21a8bd6982
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ const playgroundBuilder = webBuilder.clone()
|
|||
}
|
||||
})
|
||||
.addModuleRule({
|
||||
test: require.resolve('scratch-render/src/index.js'),
|
||||
test: require.resolve('scratch-render'),
|
||||
loader: 'expose-loader',
|
||||
options: {
|
||||
exposes: 'ScratchRender'
|
||||
|
|
Loading…
Reference in a new issue