Commit dc978f0
committed
Here's the commit message following conventional commit format:
```
chore(webpack): re-enable CleanWebpackPlugin and remove notion test file
This commit:
1. Re-enables CleanWebpackPlugin in the webpack configuration which was previously commented out
2. Removes the unused notion/service.test.ts file since it's no longer needed
3. Uncomments the distFiles declaration that's used by CleanWebpackPlugin
The changes clean up the build process by properly cleaning the dist directory between builds and removing test code for functionality that's no longer used.
```1 parent 466e63f commit dc978f0
File tree
2 files changed
+8
-91
lines changed- src/common/backend/services/notion
- webpack
2 files changed
+8
-91
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments