Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c9133 commit ae46463Copy full SHA for ae46463
site/webpack.dev.ts
@@ -14,7 +14,7 @@ const commonPlugins = commonWebpackConfig.plugins || []
14
const commonRules = commonWebpackConfig.module?.rules || []
15
16
const config: Configuration = {
17
- ...createCommonWebpackConfig,
+ ...commonWebpackConfig,
18
19
// devtool controls how source maps are generated. In development, we want
20
// more details (less optimized) for more readability and an easier time
0 commit comments