ecology9-src4js-tools
Version:
src4js-tools
33 lines (31 loc) • 982 B
JavaScript
exports.default = {
emobile: {
entry: '../src4js/pc4public/emobile/index.js',
entry4debug: '../src4js/pc4public/emobile/index.js',
buildPath: '../spa/coms/emobile',
servedPath: '/spa/coms/emobile/',
cssName: 'index.emobile.css',
jsName: 'index.emobile.js',
htmlTemplate: 'index_emobile.html',
htmlName: 'index-emobile.html',
library: 'emobile',
libraryTarget: 'umd',
copyFiles: [
{from: '../spa/coms/emobile/index-emobile.html', to:'../spa/coms/index-emobile.html'}
]
},
message: {
entry: '../src4js/pc4public/message/index.js',
entry4debug: '../src4js/pc4public/message/index.js',
buildPath: '../spa/coms/message',
servedPath: '/spa/coms/message/',
cssName: 'index.message.css',
jsName: 'index.message.js',
htmlTemplate: 'index_message.html',
htmlName: 'index-message.html',
library: 'message',
libraryTarget: 'umd',
copyFiles: [
]
},
};