-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When I build project for tizen, in index.html appears next string:
<script src="$WEBAPIS/webapis/webapis.js"></script>
With this code app doesn't lanching. When I removing this, the app is runs perfectly.
I used example from last release of ZombieBox (2.7.5) with next config:
module.exports = function(config) {
return {
project: {
name: 'tvapp',
src: path.resolve(__dirname, 'src'),
entry: path.resolve(__dirname, 'src/application.js')
},
devServer: {
backdoor: path.resolve(__dirname, 'src/dev.js')
},
platforms: {
tizen: {
widget: 'TIZEN_CONFIG',
tizenToolsDir: 'TIZEN_TOOLS_DIR',
securityProfile: 'Profile',
sdbDir: 'TIZEN_DIR'
}
}
};
};
Is this a package problem or I do something wrong?
Metadata
Metadata
Assignees
Labels
No labels