Skip to content

Commit

Permalink
remove debugger!
Browse files Browse the repository at this point in the history
  • Loading branch information
abadakhshan committed Jan 13, 2022
1 parent 720dd5f commit ee17f5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extra-webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
const path = require('path');
const AngularCompilerPlugin = require('@ngtools/webpack/src');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const LayoutResolver = require('./build-tools/layout-resolver');

module.exports = (config) => {
debugger;

const index = config.plugins.findIndex((p) => {
return p instanceof AngularCompilerPlugin.AngularWebpackPlugin;
});
Expand Down

0 comments on commit ee17f5c

Please sign in to comment.