From ef7dea2d4a36f65ec8dd729e6aee463dbace95b1 Mon Sep 17 00:00:00 2001 From: Borewit Date: Thu, 18 Oct 2018 21:15:38 +0200 Subject: [PATCH] Remove deprecated exclusion --- config/webpack.library.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/webpack.library.js b/config/webpack.library.js index 806b9da1..9797c7fc 100644 --- a/config/webpack.library.js +++ b/config/webpack.library.js @@ -7,12 +7,6 @@ module.exports = { resolve: { extensions: [".js", ".ts", ".tsx"] }, - node: { - // Consider suggesting jsmediatags use: https://github.com/feross/is-buffer - // Cuts 22k - Buffer: false, - fs: "empty" - }, module: { rules: [ {