1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 10:18:07 +09:00

remove node bindings from webpack config

This commit is contained in:
Andrew Simachev 2022-08-20 18:52:01 +03:00
parent e051820cb6
commit 2ff50dd724

View file

@ -84,8 +84,5 @@ module.exports = (env, argv) => {
plugins: [
//new BundleAnalyzerPlugin(),
],
externals: {
bindings: 'require("bindings")'
},
};
};