WIP, thinking about converting to EF

This commit is contained in:
Lani Aung
2021-11-18 21:24:20 -07:00
parent fd8858aab3
commit 1fd14ebafd
20 changed files with 1513 additions and 179 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ const path = require('path');
module.exports = [{
entry: {
main: "./Scripts/main.ts",
style: "./Styles/main.scss"
main: ["./Scripts/main.ts", "./Styles/main.scss"],
uploader: "./Scripts/upload.ts",
},
output: {
filename: 'js/[name].js',