UNPKG
namillum
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Bubble Protocol SDK
github.com/ValentinaKohler/namillum
ValentinaKohler/namillum
namillum
/
products
/
governance-snapshot
/
vue.config.js
16 lines
(14 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'
)) ); } };