We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d89632 commit 04055baCopy full SHA for 04055ba
rollup.config.js
@@ -1,7 +1,7 @@
1
2
const config = format => ({
3
input: 'src/unassert.js',
4
- external: ['rollup-pluginutils', 'acorn', '@javascript-obfuscator/escodegen', 'unassert', 'convert-source-map', 'multi-stage-sourcemap'],
+ external: ['@rollup/pluginutils', 'unassert'],
5
output: {
6
file: `dist/rollup-plugin-unassert.${format}.js`,
7
format
0 commit comments