unrequired
unrequired copied to clipboard
find unused javascript files in your project
(plugin babel) Error: Rollup requires that your Babel configuration keeps ES6 module syntax intact.
``` unrequired index.js Compiling the javascript.. npx: installed 4 in 2.236s [!] (plugin babel) Error: Rollup requires that your Babel configuration keeps ES6 module syntax intact. Unfortunately it looks like...
JSX support
Hello - I am trying to run your utility on my react-native code and I hit and error with the JSX syntax ``` [!] (commonjs plugin) SyntaxError: Unexpected token (35:12)...
We use TypeORM and get the following when attempting to use the tool: `SyntaxError: Unexpected character '@' (6:0)`, the line in question being `@EntityRepository(Tokens)`. Not sure if adding features on...
Right now unrequired takes 1 entry file for scanning dependencies. For it to work with frameworks like next.js or gatsby we need to have multple entry points. It would be...