Skip to content

Commit

Permalink
feat: source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
haokejie committed Oct 17, 2023
1 parent 5377e9a commit a0d0be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions script/webpack.config.render.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function resolvePath () {

module.exports = (mode) => {
return {
devtool: 'source-map',
// 关闭log
stats: {
logging: 'none',
Expand Down
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
danger
@click="add"
>
增加怎??
增加怎 ??
</a-button>
<div>{{ count }}</div>
<AButton
Expand Down Expand Up @@ -63,6 +63,7 @@ console.log({ ...b })
.han {
color: red;
}
img {
width: 100px;
height: 100px;
Expand All @@ -74,6 +75,7 @@ img {
height: 100vh;
overflow: auto;
}
body {
border: 0;
padding: 0;
Expand Down

0 comments on commit a0d0be3

Please sign in to comment.