Skip to content

Commit

Permalink
chore: rev excalibur
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 11, 2023
1 parent c3670d6 commit 6ffe214
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 32 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"license": "BSD-2-Clause",
"dependencies": {
"@excaliburjs/plugin-tiled": "0.27.0",
"excalibur": "0.27.0"
"@excaliburjs/plugin-tiled": "0.28.0",
"excalibur": "0.28.1"
},
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
Expand Down
8 changes: 1 addition & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@ module.exports = {
},
{
test: /\.(png|jpg|bmp|wav|mp3)$/,
use: [{
loader: 'file-loader',
options: {
emitFile: true,
esModule: false
}
}]
type: 'asset/resource'
}
]
}
Expand Down

0 comments on commit 6ffe214

Please sign in to comment.