5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
module.exports = {
|
|
input: './src/google.js',
|
|
output: './dist/google.bundle.js',
|
|
namespace: 'BX.Location.Google'
|
|
}; |