Fix dapps not loading (#4170)
* Add secure to dappsreg * Remove trailing slash // fix dapps
This commit is contained in:
parent
42ddb4f26c
commit
51ac34f1cc
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{ name: 'basiccoin', entry: 'basiccoin.js', title: 'Basic Token Deployment' },
|
{ name: 'basiccoin', entry: 'basiccoin.js', title: 'Basic Token Deployment' },
|
||||||
{ name: 'dappreg', entry: 'dappreg.js', title: 'Dapp Registry' },
|
{ name: 'dappreg', entry: 'dappreg.js', title: 'Dapp Registry', secure: true },
|
||||||
{ name: 'githubhint', entry: 'githubhint.js', title: 'GitHub Hint', secure: true },
|
{ name: 'githubhint', entry: 'githubhint.js', title: 'GitHub Hint', secure: true },
|
||||||
{ name: 'localtx', entry: 'localtx.js', title: 'Local transactions Viewer', secure: true },
|
{ name: 'localtx', entry: 'localtx.js', title: 'Local transactions Viewer', secure: true },
|
||||||
{ name: 'registry', entry: 'registry.js', title: 'Registry' },
|
{ name: 'registry', entry: 'registry.js', title: 'Registry' },
|
||||||
|
@ -43,7 +43,7 @@ module.exports = {
|
|||||||
index: './index.js'
|
index: './index.js'
|
||||||
}),
|
}),
|
||||||
output: {
|
output: {
|
||||||
publicPath: '/',
|
// publicPath: '/',
|
||||||
path: path.join(__dirname, '../', DEST),
|
path: path.join(__dirname, '../', DEST),
|
||||||
filename: '[name].[hash:10].js'
|
filename: '[name].[hash:10].js'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user