Webpack was entirely and utterly unmaintainable. This commit throws it out of the window into the gutter where it belongs, and rewrites the entire repository so that it may work with parcel instead.
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
import music from "./Mseq_-_Journey.mp3";
|
|
import Player from "./player/player.js";
|
|
|
|
window.player = new Player(music);
|