Skip to content

Commit c338409

Browse files
committed
Addind external support
1 parent ce5514f commit c338409

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sample-app/webpack-yii2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"commonBundles": [
77
"manifest"
88
],
9+
"externals": {
10+
11+
},
912
"subDirectories": {
1013
"sources": "src",
1114
"dist": "dist"

sample-app/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ module.exports = {
7676
}
7777
})
7878
],
79+
externals: config.externals,
7980
module: {
8081
rules: [
8182
{

0 commit comments

Comments
 (0)