seitime-frappe/rollup
Prateeksha Singh 2b672d2ee7 Add Vue Support (#6025)
* [frappe][build] Add Vue

* chore(rollup): add node_modules path for all apps

- also remove rollup-plugin-alias

* feat: Add EventEmitter

Usage:

```
frappe.utils.make_event_emitter(obj);

obj.trigger('event');
obj.on('event', fn);
```

* chore: Update rollup

* fix: add comment_when to frappe.datetime

* feat: Add img-loading class

* feat: Add .vue files for translation extraction

* [frappe][build] Add Vue

* chore(rollup): add node_modules path for all apps

- also remove rollup-plugin-alias

* feat: Add EventEmitter

Usage:

```
frappe.utils.make_event_emitter(obj);

obj.trigger('event');
obj.on('event', fn);
```

* chore: Update rollup

* fix: add comment_when to frappe.datetime

* feat: Add img-loading class
2018-08-29 12:03:27 +05:30
..
build.js Create a moment bundle and include it in webform 2018-07-12 16:23:25 +05:30
config.js Add Vue Support (#6025) 2018-08-29 12:03:27 +05:30
frappe-html-plugin.js Rollup Fixes (#5232) 2018-03-20 13:51:53 +05:30
rollup.utils.js Better messages for build commands (#5117) 2018-03-05 22:07:55 +05:30
watch.js feat(build): Log build errors in browser console (#5932) 2018-08-07 14:42:39 +05:30