Open JirkaDellOro opened 4 years ago
https://github.com/JirkaDellOro/Softwaredesign/blob/master/L07_Modularisierung/TypeScript/readme.md#reuquirejs
var myVariable = require("/.nameOfTheFile");
wirklich so oder nicht eher so
var myVariable = require("./nameOfTheFile");
-->fixed!
https://github.com/JirkaDellOro/Softwaredesign/blob/master/L07_Modularisierung/TypeScript/readme.md#webpack
Beispielcode zweite Zeile: String groß?
https://github.com/JirkaDellOro/Softwaredesign/blob/master/L07_Modularisierung/TypeScript/readme.md#reuquirejs
var myVariable = require("/.nameOfTheFile");
wirklich so oder nicht eher so
var myVariable = require("./nameOfTheFile");
-->fixed!