Skip to content

Commit

Permalink
Relative reference to config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
igmoweb committed Feb 13, 2019
1 parent 0400282 commit 0ba83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/applyWpConfig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const paths = require( 'react-wp-scripts/config/paths' );
const paths = require( '../config/paths' );
const HtmlWebpackPlugin = require( 'html-webpack-plugin' );
const InterpolateHtmlPlugin = require( 'react-dev-utils/InterpolateHtmlPlugin' );
const { DefinePlugin } = require( 'webpack' );
Expand Down

0 comments on commit 0ba83da

Please sign in to comment.