mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-12-06 05:50:05 +00:00
Feature/webpack integration (#9)
* working webpack into template * removing package-lock.json * implementing source
This commit is contained in:
parent
2b9595746b
commit
69b5363c88
11 changed files with 208 additions and 501 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Session } from "./classes/session.js";
|
||||
import { BasicButton } from "./components/button.js";
|
||||
import { Session } from "./classes/session";
|
||||
import { BasicButton } from "./components/button";
|
||||
|
||||
class Settings {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue