10 lines
251 B
JavaScript
10 lines
251 B
JavaScript
|
export default {
|
||
|
// Define `base` because this deploys to user.github.io/repo-name/
|
||
|
base: './',
|
||
|
build: {
|
||
|
// Do not inline images and assets to avoid the phaser error
|
||
|
// "Local data URIs are not supported"
|
||
|
assetsInlineLimit: 0
|
||
|
},
|
||
|
}
|