You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I love this project, so good to hear those old Amiga mod's again!
I'm trying to implement the standalone player in a little web game I'm making.
I use Vue, which uses Webpack5 to build the app, but I only could get it working with putting :
<script src="js/bassoonplayer-min.js"></script>
in the main index.html and use BassoonTracker as a global object.
I rather would like to do this in the Webpack-way, with an import in the Vue file that uses the player.
Any idea's?
The text was updated successfully, but these errors were encountered:
To be frank: while I see the added value of webpack (and npm in general), I tried to stay clear of it in Bassoontracker. Webpack is like a sledgehammer approach, Bassoontracker is more like a surgical scalpel.
I agree, but with many frameworks like Quasar, Webpack is the default build-method. Quasar will change to Vite soon, by the way. Don't know if that makes a difference :)
Hi, I love this project, so good to hear those old Amiga mod's again!
I'm trying to implement the standalone player in a little web game I'm making.
I use Vue, which uses Webpack5 to build the app, but I only could get it working with putting :
<script src="js/bassoonplayer-min.js"></script>
in the main
index.html
and useBassoonTracker
as a global object.I rather would like to do this in the Webpack-way, with an
import
in the Vue file that uses the player.Any idea's?
The text was updated successfully, but these errors were encountered: