5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
module.exports = {
|
|
input: 'src/pageobject.js',
|
|
output: 'dist/pageobject.bundle.js',
|
|
namespace: 'BX.Landing'
|
|
}; |