Skip to content

Commit

Permalink
remove debug-noop
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Apr 5, 2017
1 parent cecbb00 commit f64b680
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions client/lib/debug/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions client/lib/debug/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ if ( calypsoEnv === 'development' ) {
webpackConfig.devtool = false;
}

webpackConfig.plugins.push( new webpack.NormalModuleReplacementPlugin(
/^debug$/,
path.join( __dirname, 'client', 'lib', 'debug' )
) );

if ( config.isEnabled( 'webpack/persistent-caching' ) ) {
webpackConfig.recordsPath = path.join( __dirname, '.webpack-cache', 'client-records.json' );
webpackConfig.plugins.unshift( new HardSourceWebpackPlugin( { cacheDirectory: path.join( __dirname, '.webpack-cache', 'client' ) } ) );
Expand Down

0 comments on commit f64b680

Please sign in to comment.