Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae46463

Browse files
committed
fix: Use proper webpack config for dev mode (#2061)
This was broken when improving the build times. The typecheckerunfortunately missed it!
1 parent69c9133 commitae46463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/webpack.dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const commonPlugins = commonWebpackConfig.plugins || []
1414
constcommonRules=commonWebpackConfig.module?.rules||[]
1515

1616
constconfig:Configuration={
17-
...createCommonWebpackConfig,
17+
...commonWebpackConfig,
1818

1919
// devtool controls how source maps are generated. In development, we want
2020
// more details (less optimized) for more readability and an easier time

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp