We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, Metacar requires you to have script tag in html to import Pixi.js dependency
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.7.1/pixi.min.js"></script>
I tried removing it and npm installing pixi.js package, but Metacar did not work:
metacar.min.js:1 Uncaught TypeError: Cannot read property 'Application' of undefined
Need to be able to install Pixi.js from npm.
The text was updated successfully, but these errors were encountered:
This probably should be merged with #29
Sorry, something went wrong.
No branches or pull requests
Currently, Metacar requires you to have script tag in html to import Pixi.js dependency
I tried removing it and npm installing pixi.js package, but Metacar did not work:
Need to be able to install Pixi.js from npm.
The text was updated successfully, but these errors were encountered: