Skip to content

Commit

Permalink
Add HtmlWebpackPlugin and reinstate Webpack Dev Server
Browse files Browse the repository at this point in the history
  • Loading branch information
BHSPitMonkey committed Feb 26, 2024
1 parent 8ab2435 commit 61dfea2
Show file tree
Hide file tree
Showing 5 changed files with 3,009 additions and 86 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<div style="background:white; height:88px; max-width:600px; border-radius:2px; margin:0 auto 10px; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;"></div>
</div>
</div>
<script src="bundle.js"></script>
<script data-goatcounter="https://getprelude.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion js/common/tip-card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends React.Component {
title="Tip"
subtitle={this.props.title}
avatar={<Avatar icon={<LightbulbIcon />} color={white} backgroundColor={yellow600} />}
style={{paddingBottom:'0'}}
style={{paddingBottom:'0px'}}
/>
{this.props.children}
</Card>
Expand Down
Loading

0 comments on commit 61dfea2

Please sign in to comment.