mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Implement simple Webpack setup
This commit is contained in:
5
samples/misc/Webpack/Clientside/HelloWorld.ts
Normal file
5
samples/misc/Webpack/Clientside/HelloWorld.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class HelloWorld {
|
||||
public doIt() {
|
||||
console.log('Hello from MyApp');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user