Instead of module.exports = Helper , use export default Helper : ... Webpack would realize that you're only using a few parts of that library, ...
確定! 回上一頁