aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
AgeCommit message (Collapse)Author
2019-11-12feat: make Sentry optionaln-peugnet
- move sentry to PHP dev requirements. - try...catch Sentry integration in PHP. - update Makefile: - add comments as documentation. - remove recursive call from PREV_ENV_FILE target. - make dist and sentryrelease ENV variable. - add touch target for more efficient rebuilds. - add `dist` build ENV functionnality not to include dev-requirements in the zip release.
2019-11-07feat: include sentry in frontendn-peugnet
2019-11-07build: ENV prod enhancementsn-peugnet
- fix: prod mode not working with target-specific ENV variable - use another sourcemap mode in dev mode - generate souremap files in prod mode
2019-11-05Merge pull request #25 from n-peugnet/add-checkall-checkboxVincent Peugnet
Add checkall checkbox in home page
2019-11-03feat: checkall checkbox in home pagen-peugnet
2019-11-01style: add prettier on webpack buildn-peugnet
2019-10-22finish Makefile and update READMEn-peugnet
2019-10-22first add of Makefilen-peugnet
2019-10-21move js sources to /src/ & remove old worker stuffn-peugnet
2019-10-21include CodeMirror in edit pagen-peugnet
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea