From 54beccd2d09de2ca16612e4a2ea731b3565ad0f3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 30 Sep 2018 21:22:07 -0400 Subject: [PATCH] squelch warning about encoding --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3401f75..b74f4a9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,7 +47,7 @@ module.exports = { extensions: ['.js', '.json', '.html'], mainFields: ['svelte', 'module', 'browser', 'main'] }, - externals: Object.keys(pkg.dependencies), + externals: Object.keys(pkg.dependencies).concat('encoding'), module: { rules: [ {