Skip to content

Commit

Permalink
fix webpack for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dudiharush committed Jul 7, 2020
1 parent 6a7a3ce commit 6a4a68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/webpack.testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { getDevConfig } from './webpack.dev'
import { getCommonConfig } from './webpack.common'
import merge from 'webpack-merge'

export default merge(getCommonConfig(), getDevConfig(true))
export default merge(getDevConfig(true))

0 comments on commit 6a4a68f

Please sign in to comment.