UNPKG

@farmfe/plugin-strip

Version:

🍣 A Farm rust plugin to remove `debugger` statements and functions like `assert.equal` and `console.log` from your code.

9 lines (8 loc) 170 B
export interface IPluginOptions { include?: string[]; exclude?: string[]; labels?: string[]; functions?: string[]; sourceMap?: boolean; debugger?: boolean; }