Skip to content

Commit

Permalink
refactor: remove code that was needed for eject
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and alexeagle committed Oct 1, 2018
1 parent afb2351 commit 14f787a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ export function getCommonConfig(wco: WebpackConfigOptions) {

const copyWebpackPluginInstance = new CopyWebpackPlugin(copyWebpackPluginPatterns,
copyWebpackPluginOptions);

// Save options so we can use them in eject.
(copyWebpackPluginInstance as any)['copyWebpackPluginPatterns'] = copyWebpackPluginPatterns;
(copyWebpackPluginInstance as any)['copyWebpackPluginOptions'] = copyWebpackPluginOptions;

extraPlugins.push(copyWebpackPluginInstance);
}

Expand Down

0 comments on commit 14f787a

Please sign in to comment.