Skip to content

Commit bf4d12b

Browse files
author
李操
committed
chore: update webpack5
1 parent 8d77e20 commit bf4d12b

File tree

10 files changed

+383
-74
lines changed

10 files changed

+383
-74
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ node_modules/
66
.vscode/
77
.cache
88
tmp/
9-
dist/
109
lib/
1110
manifest.json
1211
*.log

example/app.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function App() {
1414
});
1515

1616
return (
17-
<div>
18-
<div>
17+
<div style={{ padding: '20px' }}>
18+
<div style={{ marginBottom: '20px' }}>
1919
语言:
2020
<button onClick={() => setLocale('zh')}>中文</button>
2121
<button onClick={() => setLocale('en')}>English</button>

0 commit comments

Comments
 (0)