Skip to content

Commit 3db81a0

Browse files
committed
fix webpack build
1 parent d1570ae commit 3db81a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import "./bundle-config";
22

3-
import application = require("application");
3+
import * as application from "application";
44

55
application.start({ moduleName: "main-page" });

0 commit comments

Comments
 (0)