MikeKovarik / rollup-plugin-notify

📟 Displays rollup errors as system notifications.
MIT License
19 stars 5 forks source link

Does not work with @wessberg/rollup-plugin-ts #10

Open aMarCruz opened 3 years ago

aMarCruz commented 3 years ago

notify does not work for build errors of TypeScript with @wessberg/rollup-plugin-ts.

Rollup does not send any error to buildEnd @wessberg/rollup-plugin-ts fails in this line, called from here in the generateBundle hook.

Thanks.

lakesare commented 1 year ago

A similar issue, doesn't work for me with one of these plugins (here is a full config https://github.com/Paper-Proof/paper-proof/blob/9b1fd9a641f3a9f4b62b35b50fb2fa591ad443cc/app/rollup.config.js)

import { nodeResolve } from "@rollup/plugin-node-resolve";
import typescript from "@rollup/plugin-typescript";
import commonjs from "@rollup/plugin-commonjs";
import replace from "@rollup/plugin-replace";
import postcss from "rollup-plugin-postcss";
import notify from "rollup-plugin-notify";