Skip to content

Commit

Permalink
Merge pull request #4 from SelfDestroyer/fix-webpack-config
Browse files Browse the repository at this point in the history
fix config
  • Loading branch information
ivaniuk7531 authored Oct 4, 2023
2 parents f81b654 + 128349f commit e5819ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build/buildPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function buildPlugins ({ paths, isDev }: IBuildOptions): webpack.WebpackP
}),
new webpack.ProgressPlugin(),
new webpack.DefinePlugin({
__IS_DEV__: JSON.stringify(isDev)
_IS_DEV_: JSON.stringify(isDev)
})
]

Expand Down

0 comments on commit e5819ef

Please sign in to comment.