From 5d3fd11e7c6d4dd3c54cc3c07ad5445e0a0fd4a0 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 1 Apr 2019 12:11:20 -0400 Subject: [PATCH] fix publicPath --- src/ui/component/walletBalance/view.jsx | 2 +- src/ui/component/yrbl/index.jsx | 9 +-------- webpack.web.config.js | 1 + 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/ui/component/walletBalance/view.jsx b/src/ui/component/walletBalance/view.jsx index 43551213b..fabc90fdb 100644 --- a/src/ui/component/walletBalance/view.jsx +++ b/src/ui/component/walletBalance/view.jsx @@ -12,7 +12,7 @@ const WalletBalance = (props: Props) => { return (

{__('Balance')}

diff --git a/src/ui/component/yrbl/index.jsx b/src/ui/component/yrbl/index.jsx index 4cdd71d6b..7b486783f 100644 --- a/src/ui/component/yrbl/index.jsx +++ b/src/ui/component/yrbl/index.jsx @@ -28,14 +28,7 @@ export default class extends React.PureComponent { return (
- Friendly gerbil + Friendly gerbil {title && subtitle && (

{title}

diff --git a/webpack.web.config.js b/webpack.web.config.js index 4591f8f37..493a85449 100644 --- a/webpack.web.config.js +++ b/webpack.web.config.js @@ -16,6 +16,7 @@ const webConfig = { output: { filename: '[name].js', path: __dirname + '/dist/web', + publicPath: '/', }, module: { rules: [