UNPKG

namillum

Version:
16 lines (14 loc) 288 B
const path = require('path'); module.exports = { pluginOptions: { webpackBundleAnalyzer: { openAnalyzer: false } }, chainWebpack: config => { config.resolve.alias.set( 'bn.js', path.resolve(path.join(__dirname, 'node_modules', 'bn.js')) ); } };