We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9177f73 commit fa9ddb3Copy full SHA for fa9ddb3
tsconfig.json
@@ -22,6 +22,7 @@
22
"release",
23
"index.js",
24
"webpack.config.js",
25
- "config"
+ "config",
26
+ "cordova"
27
]
28
}
webpack.config.js
@@ -98,7 +98,8 @@ module.exports = function (envArguments) {
98
},
99
output: {
100
path: outDir,
101
- }
+ },
102
+ externals: [ /cordova(\.js)?$/ ]
103
};
104
105
const configAurelia = {
0 commit comments