forked from extern/egroupware
An initial rollup config
This commit is contained in:
parent
459c021b8c
commit
e822511be4
20
rollup.config.js
Normal file
20
rollup.config.js
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
/**
|
||||||
|
* EGroupware - Rollup config file
|
||||||
|
*
|
||||||
|
* @link https://www.egroupware.org
|
||||||
|
* @copyright (c) 2021 by Nathan Gray
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
*
|
||||||
|
* @see http://rollupjs.org/guide/en
|
||||||
|
* @type {import('rollup').RollupOptions}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
export default [{
|
||||||
|
// Main bundle
|
||||||
|
input: "./api/js/jsapi/egw.js",
|
||||||
|
output: {
|
||||||
|
file: "./api/js/jsapi.min.js",
|
||||||
|
format: "iife"
|
||||||
|
}
|
||||||
|
}];
|
Loading…
Reference in New Issue
Block a user