Feature/webpack integration (#9)

* working webpack into template

* removing package-lock.json

* implementing source
This commit is contained in:
Jonas Pfalzgraf 2023-01-23 14:44:47 +01:00 committed by GitHub
parent 2b9595746b
commit 69b5363c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 208 additions and 501 deletions

View file

@ -1,4 +1,4 @@
import { Session } from "./classes/session.js"
import { Session } from "./classes/session"
class App {
@ -27,4 +27,4 @@ class App {
}
}
new App();
new App();