Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(config-error): Resolve config error
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhardt, Martin committed May 15, 2017
1 parent a3f0f5a commit 4957a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/webpack.dev-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const OpenBrowserPlugin = require('open-browser-webpack-plugin');
*
* See: http://webpack.github.io/docs/configuration.html#cli
*/
let config = webpackMerge(commonConfig, {
let config = webpackMerge(testConfig, {

plugins: [
/**
Expand Down

0 comments on commit 4957a02

Please sign in to comment.