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 86271c0 commit 8a8b284Copy full SHA for 8a8b284
webpack.config.js
@@ -92,8 +92,9 @@ var platformOptions = {
92
93
module.exports = function(options) {
94
var packagePath = `./${outputFolder}/survey-cw-${options.platform}`;
95
+
96
var packagePlatformJson = {
- 'name': packagePath,
97
+ 'name': `survey-cw-${options.platform}`,
98
'version': packageJson.version,
99
'description': 'Custom widgets for the SurveyJS library',
100
'keywords': [
0 commit comments