remove externals line from standalone build

This commit is contained in:
daniel-j 2020-08-10 10:56:37 +02:00
parent 1532ebbaaa
commit 41323ca9a1

View file

@ -182,11 +182,6 @@ const bundleNpmBinaryConfig = {
__dirname: false
},
externals: [nodeExternals(), {
'./FimFic2Epub': 'require(\'../dist/fimfic2epub\')',
'../package.json': 'require(\'../package.json\')'
}],
plugins: [],
performance: {
hints: false