Skip to content

Commit 77aaf40

Browse files
committed
Fix entry problem
1 parent daa2b8e commit 77aaf40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sample-app/webpack-yii2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"sourceDir": "protected\/assets\/webpack",
3-
"entry": {},
3+
"entry": {
4+
"app": "./app.ts"
5+
},
46
"commonBundles": [
57
"manifest"
68
],
@@ -13,4 +15,4 @@
1315
"scripts": "js"
1416
},
1517
"catalog": "assets-catalog.json"
16-
}
18+
}

0 commit comments

Comments
 (0)