mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
btc-wallet: fix webpack output
This commit is contained in:
parent
038784b0fe
commit
17f6285430
@ -2,7 +2,7 @@
|
|||||||
title+'Bitcoin'
|
title+'Bitcoin'
|
||||||
info+'BTC wallet for Urbit. Testing'
|
info+'BTC wallet for Urbit. Testing'
|
||||||
color+0xf9.8e40
|
color+0xf9.8e40
|
||||||
glob-http+'https://bootstrap.urbit.org/glob-0v2.sl9s6.ud2bs.l9ft0.mstja.5f8kt.glob'
|
glob-http+'https://bootstrap.urbit.org/glob-0v4.ghaim.of1as.9ucee.uj93f.a9nbs.glob'
|
||||||
image+'https://urbit.ewr1.vultrobjects.com/hastuc-dibtux/2021.8.24..02.57.38-bitcoin.svg'
|
image+'https://urbit.ewr1.vultrobjects.com/hastuc-dibtux/2021.8.24..02.57.38-bitcoin.svg'
|
||||||
base+'bitcoin'
|
base+'bitcoin'
|
||||||
version+[0 0 1]
|
version+[0 0 1]
|
||||||
|
@ -55,7 +55,7 @@ module.exports = {
|
|||||||
filename: (pathData) => {
|
filename: (pathData) => {
|
||||||
return pathData.chunk.name === 'app' ? 'index.[contenthash].js' : '[name].js';
|
return pathData.chunk.name === 'app' ? 'index.[contenthash].js' : '[name].js';
|
||||||
},
|
},
|
||||||
path: path.resolve(__dirname, 'dist'),
|
path: path.resolve(__dirname, '../dist'),
|
||||||
publicPath: '/apps/bitcoin/',
|
publicPath: '/apps/bitcoin/',
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
|
Loading…
Reference in New Issue
Block a user