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
/
dev-wallet
/
config-overrides.js
7 lines
(5 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
WorkerPlugin
=
require
(
'worker-plugin'
);
module
.
exports
=
function
override
(
config, env
) { config.
plugins
.
push
(
new
WorkerPlugin
());
return
config; };